Subversion Repositories Projects

Rev

Rev 772 | Rev 800 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 772 Rev 783
Line 141... Line 141...
141
 * vars used by other parts as well
141
 * vars used by other parts as well
142
 * ##########################################################################*/
142
 * ##########################################################################*/
143
volatile uint16_t setsReceived;
143
volatile uint16_t setsReceived;
Line 144... Line 144...
144
 
144
 
145
volatile NaviData_t naviData;
145
volatile NaviData_t naviData;
Line 146... Line 146...
146
volatile DebugOut_t debugData;
146
volatile str_DebugOut debugData;
147
 
147
 
148
// cache old vars for blinking attribute, checkup is faster than full
148
// cache old vars for blinking attribute, checkup is faster than full
149
// attribute write each time
149
// attribute write each time