added interrupt counters
This commit is contained in:
parent
42a1b7e0ab
commit
74b71d0fe8
8 changed files with 169 additions and 8 deletions
|
@ -20,5 +20,6 @@ extern volatile ADU adu;
|
|||
extern volatile USART usart;
|
||||
extern volatile PWM pwm;
|
||||
extern volatile bool nextRequest;
|
||||
extern volatile uint16_t interruptCounters[];
|
||||
|
||||
#endif // GLOBAL_VARS_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue