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

@ -174,7 +174,7 @@
* @brief Enables the WDG subsystem.
*/
#if !defined(HAL_USE_WDG) || defined(__DOXYGEN__)
#define HAL_USE_WDG FALSE
#define HAL_USE_WDG TRUE
#endif
/*===========================================================================*/

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 */