aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/SPC56ELxx/hal_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-15 09:49:21 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-15 09:49:21 +0000
commit446f34f3363f041569f80797ce4397faa1ef1e70 (patch)
treed8bacdd8c595b7b9f10949585dee21dcaf2a1a6a /os/hal/platforms/SPC56ELxx/hal_lld.h
parent2211987fdbd728612e3e8b4a659a104fb23c78f1 (diff)
downloadChibiOS-446f34f3363f041569f80797ce4397faa1ef1e70.tar.gz
ChibiOS-446f34f3363f041569f80797ce4397faa1ef1e70.tar.bz2
ChibiOS-446f34f3363f041569f80797ce4397faa1ef1e70.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5183 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/SPC56ELxx/hal_lld.h')
-rw-r--r--os/hal/platforms/SPC56ELxx/hal_lld.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/os/hal/platforms/SPC56ELxx/hal_lld.h b/os/hal/platforms/SPC56ELxx/hal_lld.h
index 7e0fb8aae..06970bec0 100644
--- a/os/hal/platforms/SPC56ELxx/hal_lld.h
+++ b/os/hal/platforms/SPC56ELxx/hal_lld.h
@@ -242,6 +242,13 @@
#endif
/**
+ * @brief Disables the watchdog on start.
+ */
+#if !defined(SPC5_DISABLE_WATCHDOG) || defined(__DOXYGEN__)
+#define SPC5_DISABLE_WATCHDOG TRUE
+#endif
+
+/**
* @brief FMPLL0 Clock source.
*/
#if !defined(SPC5_FMPLL0_CLK_SRC) || defined(__DOXYGEN__)