aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32F411RE-NUCLEO/mcuconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/STM32/RT-STM32F411RE-NUCLEO/mcuconf.h')
-rw-r--r--demos/STM32/RT-STM32F411RE-NUCLEO/mcuconf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/STM32/RT-STM32F411RE-NUCLEO/mcuconf.h b/demos/STM32/RT-STM32F411RE-NUCLEO/mcuconf.h
index d5ebfdfc4..e9eda1a5f 100644
--- a/demos/STM32/RT-STM32F411RE-NUCLEO/mcuconf.h
+++ b/demos/STM32/RT-STM32F411RE-NUCLEO/mcuconf.h
@@ -243,4 +243,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_ */