diff options
Diffstat (limited to 'demos/AVR/NIL-ARDUINOMEGA')
-rw-r--r-- | demos/AVR/NIL-ARDUINOMEGA/halconf.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/demos/AVR/NIL-ARDUINOMEGA/halconf.h b/demos/AVR/NIL-ARDUINOMEGA/halconf.h index 0f76cbf66..a4b11e3a7 100644 --- a/demos/AVR/NIL-ARDUINOMEGA/halconf.h +++ b/demos/AVR/NIL-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. */
/*===========================================================================*/
|