diff options
| -rw-r--r-- | spaghetti-monster/fsm-wdt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spaghetti-monster/fsm-wdt.h b/spaghetti-monster/fsm-wdt.h index d7c64f5..74851af 100644 --- a/spaghetti-monster/fsm-wdt.h +++ b/spaghetti-monster/fsm-wdt.h @@ -20,6 +20,8 @@ #ifndef FSM_WDT_H #define FSM_WDT_H +#define TICKS_PER_SECOND 62 + void WDT_on(); inline void WDT_off(); |
