more flexible #define STM32_WDG_USE_IWDG
This commit is contained in:
parent
65b9ee94aa
commit
cc00e948ad
|
@ -411,7 +411,9 @@
|
||||||
/*
|
/*
|
||||||
* WDG driver system settings.
|
* WDG driver system settings.
|
||||||
*/
|
*/
|
||||||
|
#ifndef STM32_WDG_USE_IWDG
|
||||||
#define STM32_WDG_USE_IWDG FALSE
|
#define STM32_WDG_USE_IWDG FALSE
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Some boards need to know clock early on boot.
|
/* Some boards need to know clock early on boot.
|
||||||
* F429-Discovery board configures clock and then SDRAM early on boot */
|
* F429-Discovery board configures clock and then SDRAM early on boot */
|
||||||
|
|
Loading…
Reference in New Issue