enable STM32_WDG_USE_IWDG for H7 and AT32

This commit is contained in:
andreika-git 2023-11-28 22:37:37 +02:00 committed by rusefillc
parent 8ff9b63022
commit 06aaef0b0d
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -509,7 +509,7 @@
/*
* WDG driver system settings.
*/
#define STM32_WDG_USE_IWDG FALSE
#define STM32_WDG_USE_IWDG TRUE
/*
* WSPI driver system settings.