app: minor, enable watchdog
This commit is contained in:
parent
af7477d971
commit
f335044c77
@ -846,6 +846,8 @@ void main(void)
|
||||
iwdg_set_period_ms(WATCHDOG_PERIOD); // set independent watchdog period
|
||||
iwdg_start(); // start independent watchdog
|
||||
#endif
|
||||
iwdg_set_period_ms(WATCHDOG_PERIOD); // set independent watchdog period
|
||||
iwdg_start(); // start independent watchdog
|
||||
|
||||
board_setup(); // setup board
|
||||
usb_cdcacm_setup(); // setup USB CDC ACM (for printing)
|
||||
|
Loading…
Reference in New Issue
Block a user