From 27509eaf32506afa5964a6abf3cf211092a1a023 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 29 Dec 2008 10:23:48 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@554 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/templates/chconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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.*/ \ -- cgit v1.2.3