diff options
Diffstat (limited to 'demos/STM32/RT-STM32F072-DISCOVERY')
-rw-r--r-- | demos/STM32/RT-STM32F072-DISCOVERY/mcuconf.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/STM32/RT-STM32F072-DISCOVERY/mcuconf.h b/demos/STM32/RT-STM32F072-DISCOVERY/mcuconf.h index 6c4701d64..897f8e7a9 100644 --- a/demos/STM32/RT-STM32F072-DISCOVERY/mcuconf.h +++ b/demos/STM32/RT-STM32F072-DISCOVERY/mcuconf.h @@ -224,4 +224,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_ */
|