aboutsummaryrefslogtreecommitdiffstats
path: root/demos/SPC5
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-07-25 08:36:08 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-07-25 08:36:08 +0000
commit4c7b7f38ba237508f2953bc37d2aff482909f369 (patch)
treec8e496127828c6f10a5cc28ce1cb0462ef28f0f8 /demos/SPC5
parent591b09c2ee9176b3d60218f69486f45f495def82 (diff)
downloadChibiOS-4c7b7f38ba237508f2953bc37d2aff482909f369.tar.gz
ChibiOS-4c7b7f38ba237508f2953bc37d2aff482909f369.tar.bz2
ChibiOS-4c7b7f38ba237508f2953bc37d2aff482909f369.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7078 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/SPC5')
-rw-r--r--demos/SPC5/NIL-SPC560D-EVB/nilconf.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/demos/SPC5/NIL-SPC560D-EVB/nilconf.h b/demos/SPC5/NIL-SPC560D-EVB/nilconf.h
index ad25ddc22..1903f7dd1 100644
--- a/demos/SPC5/NIL-SPC560D-EVB/nilconf.h
+++ b/demos/SPC5/NIL-SPC560D-EVB/nilconf.h
@@ -118,6 +118,14 @@
/*===========================================================================*/
/**
+ * @brief System initialization hook.
+ */
+#if !defined(NIL_CFG_SYSTEM_INIT_HOOK) || defined(__DOXYGEN__)
+#define NIL_CFG_SYSTEM_INIT_HOOK() { \
+}
+#endif
+
+/**
* @brief Threads descriptor structure extension.
* @details User fields added to the end of the @p thread_t structure.
*/