enable STM32_WDG_USE_IWDG for H7 and AT32
This commit is contained in:
parent
8ff9b63022
commit
06aaef0b0d
|
@ -420,6 +420,6 @@
|
||||||
/*
|
/*
|
||||||
* WDG driver system settings.
|
* WDG driver system settings.
|
||||||
*/
|
*/
|
||||||
#define STM32_WDG_USE_IWDG FALSE
|
#define STM32_WDG_USE_IWDG TRUE
|
||||||
|
|
||||||
#endif /* MCUCONF_H */
|
#endif /* MCUCONF_H */
|
||||||
|
|
|
@ -509,7 +509,7 @@
|
||||||
/*
|
/*
|
||||||
* WDG driver system settings.
|
* WDG driver system settings.
|
||||||
*/
|
*/
|
||||||
#define STM32_WDG_USE_IWDG FALSE
|
#define STM32_WDG_USE_IWDG TRUE
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* WSPI driver system settings.
|
* WSPI driver system settings.
|
||||||
|
|
Loading…
Reference in New Issue