diff options
Diffstat (limited to 'test/coverage/chconf.h')
-rw-r--r-- | test/coverage/chconf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/coverage/chconf.h b/test/coverage/chconf.h index aa6f1e66a..14f85af56 100644 --- a/test/coverage/chconf.h +++ b/test/coverage/chconf.h @@ -431,11 +431,11 @@ /*===========================================================================*/
/**
- * @brief Threads descriptor structure hook.
+ * @brief Threads descriptor structure extension.
* @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
|