aboutsummaryrefslogtreecommitdiffstats
path: root/demos/SPC5/RT-SPC56EL-EVB
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-12-03 15:32:42 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-12-03 15:32:42 +0000
commitf02349c2b1f4e17500aa37b9846b1a51a34c4f3c (patch)
treef7ad000d64bc71003d6a9f76c43b6390602d7312 /demos/SPC5/RT-SPC56EL-EVB
parent8f7c76fbfb89ef83b2918dd38b14710df8e28a50 (diff)
downloadChibiOS-f02349c2b1f4e17500aa37b9846b1a51a34c4f3c.tar.gz
ChibiOS-f02349c2b1f4e17500aa37b9846b1a51a34c4f3c.tar.bz2
ChibiOS-f02349c2b1f4e17500aa37b9846b1a51a34c4f3c.zip
Updated all halconf.h files for WDG.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8560 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/SPC5/RT-SPC56EL-EVB')
-rw-r--r--demos/SPC5/RT-SPC56EL-EVB/halconf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/demos/SPC5/RT-SPC56EL-EVB/halconf.h b/demos/SPC5/RT-SPC56EL-EVB/halconf.h
index cb15f1d16..e6b90350e 100644
--- a/demos/SPC5/RT-SPC56EL-EVB/halconf.h
+++ b/demos/SPC5/RT-SPC56EL-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. */
/*===========================================================================*/