* Missing volatile.
This commit is contained in:
parent
338aa9e7a2
commit
6bb9d0fa04
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
#include <avr/io.h>
|
||||
#include <avr/interrupt.h>
|
||||
|
||||
static clock_time_t count;
|
||||
static volatile clock_time_t count;
|
||||
|
||||
/*---------------------------------------------------------------------------*/
|
||||
SIGNAL(SIG_OUTPUT_COMPARE0)
|
||||
|
|
Loading…
Reference in a new issue