aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32F072RB-NUCLEO/mcuconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/STM32/RT-STM32F072RB-NUCLEO/mcuconf.h')
-rw-r--r--demos/STM32/RT-STM32F072RB-NUCLEO/mcuconf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/STM32/RT-STM32F072RB-NUCLEO/mcuconf.h b/demos/STM32/RT-STM32F072RB-NUCLEO/mcuconf.h
index c04bba45f..337a15089 100644
--- a/demos/STM32/RT-STM32F072RB-NUCLEO/mcuconf.h
+++ b/demos/STM32/RT-STM32F072RB-NUCLEO/mcuconf.h
@@ -189,4 +189,9 @@
#define STM32_USB_LOW_POWER_ON_SUSPEND FALSE
#define STM32_USB_USB1_LP_IRQ_PRIORITY 3
+/*
+ * WDG driver system settings.
+ */
+#define STM32_WDG_USE_IWDG FALSE
+
#endif /* _MCUCONF_H_ */