repo.or.cz
/
xcsoar.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
android/GlueIOIOPort: fix spurious errors after IOIO baud rate change
[xcsoar.git]
/
src
/
Sizes.h
blob
0de5e7e37e87db68a824c21a3dbd76af7fef1bd1
1
#ifndef XCSOAR_SIZES_H
2
#define XCSOAR_SIZES_H
3
4
// max length airspace and waypoint names
5
#define NAME_SIZE 50
6
7
#endif