eeprom not yet working correctly
This commit is contained in:
@ -12,7 +12,8 @@ typedef enum {
|
||||
IDLE = 0,
|
||||
STARTED = 1,
|
||||
RUNNING = 2,
|
||||
OVERRUN = 3
|
||||
OVERRUN = 3,
|
||||
MAX = 0xffffffff
|
||||
} tTimerState;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user