Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 1196 → Rev 1197

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