stm32 own build-in watchdog #1339

This commit is contained in:
rusefillc 2025-01-11 23:01:39 -05:00 committed by rusefillc
parent bf411c6b55
commit b4580f3c41
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,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

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