aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/templates/chconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/kernel/templates/chconf.h')
-rw-r--r--os/kernel/templates/chconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/kernel/templates/chconf.h b/os/kernel/templates/chconf.h
index 8f2c4b3e3..6dfcc54ad 100644
--- a/os/kernel/templates/chconf.h
+++ b/os/kernel/templates/chconf.h
@@ -434,8 +434,8 @@
* @brief Threads descriptor structure hook.
* @details User fields added to the end of the @p Thread structure.
*/
-#if !defined(THREAD_EXT_FIELDS_HOOK) || defined(__DOXYGEN__)
-#define THREAD_EXT_FIELDS_HOOK \
+#if !defined(THREAD_EXT_FIELDS) || defined(__DOXYGEN__)
+#define THREAD_EXT_FIELDS \
/* Add threads custom fields here.*/
#endif