aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32L476RG-NUCLEO/mcuconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/STM32/RT-STM32L476RG-NUCLEO/mcuconf.h')
-rw-r--r--demos/STM32/RT-STM32L476RG-NUCLEO/mcuconf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/STM32/RT-STM32L476RG-NUCLEO/mcuconf.h b/demos/STM32/RT-STM32L476RG-NUCLEO/mcuconf.h
index 41bb3b41a..30097f65c 100644
--- a/demos/STM32/RT-STM32L476RG-NUCLEO/mcuconf.h
+++ b/demos/STM32/RT-STM32L476RG-NUCLEO/mcuconf.h
@@ -109,4 +109,9 @@
#define STM32_ST_IRQ_PRIORITY 8
#define STM32_ST_USE_TIMER 2
+/*
+ * WDG driver system settings.
+ */
+#define STM32_WDG_USE_IWDG FALSE
+
#endif /* _MCUCONF_H_ */