aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR/RT-ARDUINOMEGA/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/AVR/RT-ARDUINOMEGA/halconf.h')
-rw-r--r--demos/AVR/RT-ARDUINOMEGA/halconf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/demos/AVR/RT-ARDUINOMEGA/halconf.h b/demos/AVR/RT-ARDUINOMEGA/halconf.h
index 0f76cbf66..a4b11e3a7 100644
--- a/demos/AVR/RT-ARDUINOMEGA/halconf.h
+++ b/demos/AVR/RT-ARDUINOMEGA/halconf.h
@@ -170,6 +170,13 @@
#define HAL_USE_I2S FALSE
#endif
+/**
+ * @brief Enables the WDG subsystem.
+ */
+#if !defined(HAL_USE_WDG) || defined(__DOXYGEN__)
+#define HAL_USE_WDG FALSE
+#endif
+
/*===========================================================================*/
/* ADC driver related settings. */
/*===========================================================================*/