diff options
Diffstat (limited to 'demos/STM32/NIL-STM32F373-STM32373C_EVAL')
-rw-r--r-- | demos/STM32/NIL-STM32F373-STM32373C_EVAL/mcuconf.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/STM32/NIL-STM32F373-STM32373C_EVAL/mcuconf.h b/demos/STM32/NIL-STM32F373-STM32373C_EVAL/mcuconf.h index 85fc2859c..f277a8307 100644 --- a/demos/STM32/NIL-STM32F373-STM32373C_EVAL/mcuconf.h +++ b/demos/STM32/NIL-STM32F373-STM32373C_EVAL/mcuconf.h @@ -223,4 +223,9 @@ */
#define STM32_WDG_USE_IWDG FALSE
+/*
+ * WDG driver system settings.
+ */
+#define STM32_WDG_USE_IWDG FALSE
+
#endif /* _MCUCONF_H_ */
|