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