diff options
Diffstat (limited to 'testhal/STM32/STM32F0xx/USB_CDC')
-rw-r--r-- | testhal/STM32/STM32F0xx/USB_CDC/mcuconf.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F0xx/USB_CDC/mcuconf.h b/testhal/STM32/STM32F0xx/USB_CDC/mcuconf.h index becbed310..3e98a449e 100644 --- a/testhal/STM32/STM32F0xx/USB_CDC/mcuconf.h +++ b/testhal/STM32/STM32F0xx/USB_CDC/mcuconf.h @@ -205,4 +205,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_ */
|