Subversion Repositories Projects

Compare Revisions

Regard whitespace Rev 1197 → Rev 1196

/C-OSD/trunk/main.h
169,11 → 169,8
* ##########################################################################*/
volatile uint16_t setsReceived;
 
#if FCONLY
volatile NaviData_t naviData;
volatile str_DebugOut debugData;
#else
volatile NaviData_t naviData;
#endif
 
// cache old vars for blinking attribute, checkup is faster than full
// attribute write each time
215,6 → 212,7
uint8_t old_MKFlags;
uint8_t old_NCFlags;
 
char *directions[8];
const char *directions[8];
const char *stats_item_pointers[8];
 
#endif