Add a watchdog timer of 10 seconds when using scratch ROM

This commit is contained in:
Jeremy Soller
2020-04-06 14:11:57 -06:00
parent 2d17acd919
commit dc246237c6
11 changed files with 83 additions and 9 deletions

View File

@@ -2,6 +2,7 @@
#define _BOARD_SMFI_H
void smfi_init(void);
void smfi_watchdog(void);
void smfi_event(void);
void smfi_debug(unsigned char byte);