diff options
Diffstat (limited to 'testhal/STM32/STM32F4xx/RTC/mcuconf.h')
-rw-r--r-- | testhal/STM32/STM32F4xx/RTC/mcuconf.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F4xx/RTC/mcuconf.h b/testhal/STM32/STM32F4xx/RTC/mcuconf.h index 90f75be93..88dcadac8 100644 --- a/testhal/STM32/STM32F4xx/RTC/mcuconf.h +++ b/testhal/STM32/STM32F4xx/RTC/mcuconf.h @@ -334,4 +334,9 @@ #define STM32_USB_OTG_THREAD_STACK_SIZE 128
#define STM32_USB_OTGFIFO_FILL_BASEPRI 0
+/*
+ * WDG driver system settings.
+ */
+#define STM32_WDG_USE_IWDG FALSE
+
#endif /* _MCUCONF_H_ */
|