add watchdog timer to planck ez

This commit is contained in:
Jack Humbert 2019-04-23 17:02:19 -04:00
parent d48a5b29d7
commit c012d715bf
3 changed files with 12 additions and 2 deletions

View file

@ -252,6 +252,6 @@
/*
* WDG driver system settings.
*/
#define STM32_WDG_USE_IWDG FALSE
#define STM32_WDG_USE_IWDG TRUE
#endif /* MCUCONF_H */