diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/templates/chconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/chconf.h b/src/templates/chconf.h index 05289b098..a6071493b 100644 --- a/src/templates/chconf.h +++ b/src/templates/chconf.h @@ -179,7 +179,7 @@ struct { \ /* Add thread custom fields here.*/ \
};
-/** User initialization code added to the \p chThdCreate() API.
+/** User initialization code added to the \p chThdInit() API.
* @note It is invoked from within \p chThdInit(). */
#define THREAD_EXT_INIT(tp) { \
/* Add thread initialization code here.*/ \
|