add watchdog timer to planck ez
This commit is contained in:
@@ -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
|
||||
|
||||
/*===========================================================================*/
|
||||
|
||||
@@ -252,6 +252,6 @@
|
||||
/*
|
||||
* WDG driver system settings.
|
||||
*/
|
||||
#define STM32_WDG_USE_IWDG FALSE
|
||||
#define STM32_WDG_USE_IWDG TRUE
|
||||
|
||||
#endif /* MCUCONF_H */
|
||||
|
||||
Reference in New Issue
Block a user