diff options
Diffstat (limited to 'demos/STM32/RT-STM32L152-DISCOVERY')
-rw-r--r-- | demos/STM32/RT-STM32L152-DISCOVERY/mcuconf.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/STM32/RT-STM32L152-DISCOVERY/mcuconf.h b/demos/STM32/RT-STM32L152-DISCOVERY/mcuconf.h index 53b2b76f9..462fa037a 100644 --- a/demos/STM32/RT-STM32L152-DISCOVERY/mcuconf.h +++ b/demos/STM32/RT-STM32L152-DISCOVERY/mcuconf.h @@ -198,4 +198,9 @@ #define STM32_USB_USB1_HP_IRQ_PRIORITY 13
#define STM32_USB_USB1_LP_IRQ_PRIORITY 14
+/*
+ * WDG driver system settings.
+ */
+#define STM32_WDG_USE_IWDG FALSE
+
#endif /* _MCUCONF_H_ */
|