aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR/RT-MT-DB-X4/chconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/AVR/RT-MT-DB-X4/chconf.h')
-rw-r--r--demos/AVR/RT-MT-DB-X4/chconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/AVR/RT-MT-DB-X4/chconf.h b/demos/AVR/RT-MT-DB-X4/chconf.h
index 3e2e375f7..8bdcc862e 100644
--- a/demos/AVR/RT-MT-DB-X4/chconf.h
+++ b/demos/AVR/RT-MT-DB-X4/chconf.h
@@ -478,9 +478,9 @@
/**
* @brief Threads initialization hook.
- * @details User initialization code added to the @p chThdInit() API.
+ * @details User initialization code added to the @p _thread_init() function.
*
- * @note It is invoked from within @p chThdInit() and implicitly from all
+ * @note It is invoked from within @p _thread_init() and implicitly from all
* the threads creation APIs.
*/
#define CH_CFG_THREAD_INIT_HOOK(tp) { \