diff options
Diffstat (limited to 'os/nil/templates/nilconf.h')
| -rw-r--r-- | os/nil/templates/nilconf.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/os/nil/templates/nilconf.h b/os/nil/templates/nilconf.h index 97826e307..f95b082ee 100644 --- a/os/nil/templates/nilconf.h +++ b/os/nil/templates/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.
*/
|
