eeprom not yet working correctly

This commit is contained in:
Wolfgang Hottgenroth
2017-06-11 22:02:07 +02:00
parent c0e370c802
commit cbb8f8d188
9 changed files with 109 additions and 23 deletions

View File

@ -12,7 +12,8 @@ typedef enum {
IDLE = 0,
STARTED = 1,
RUNNING = 2,
OVERRUN = 3
OVERRUN = 3,
MAX = 0xffffffff
} tTimerState;