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