more flexible #define STM32_WDG_USE_IWDG

This commit is contained in:
andreika-git 2023-12-13 00:05:07 +02:00 committed by rusefillc
parent 65b9ee94aa
commit cc00e948ad
1 changed files with 2 additions and 0 deletions

View File

@ -411,7 +411,9 @@
/*
* WDG driver system settings.
*/
#ifndef STM32_WDG_USE_IWDG
#define STM32_WDG_USE_IWDG FALSE
#endif
/* Some boards need to know clock early on boot.
* F429-Discovery board configures clock and then SDRAM early on boot */