Rev 954 | Rev 1437 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 954 | Rev 1197 | ||
---|---|---|---|
Line 167... | Line 167... | ||
167 | /* ########################################################################## |
167 | /* ########################################################################## |
168 | * vars used by other parts as well |
168 | * vars used by other parts as well |
169 | * ##########################################################################*/ |
169 | * ##########################################################################*/ |
170 | volatile uint16_t setsReceived; |
170 | volatile uint16_t setsReceived; |
Line 171... | Line 171... | ||
171 | 171 | ||
172 | volatile NaviData_t naviData; |
172 | #if FCONLY |
- | 173 | volatile str_DebugOut debugData; |
|
- | 174 | #else |
|
- | 175 | volatile NaviData_t naviData; |
|
Line 173... | Line 176... | ||
173 | volatile str_DebugOut debugData; |
176 | #endif |
174 | 177 | ||
175 | // cache old vars for blinking attribute, checkup is faster than full |
178 | // cache old vars for blinking attribute, checkup is faster than full |
176 | // attribute write each time |
179 | // attribute write each time |
Line 210... | Line 213... | ||
210 | 213 | ||
211 | // flags from last round to check for changes |
214 | // flags from last round to check for changes |
212 | uint8_t old_MKFlags; |
215 | uint8_t old_MKFlags; |
Line 213... | Line 216... | ||
213 | uint8_t old_NCFlags; |
216 | uint8_t old_NCFlags; |
214 | - | ||
Line 215... | Line 217... | ||
215 | const char *directions[8]; |
217 |