app: minor, enable watchdog

This commit is contained in:
King Kévin 2022-08-11 14:15:47 +02:00
parent af7477d971
commit f335044c77
1 changed files with 2 additions and 0 deletions

View File

@ -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)