git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2211 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2010-09-27 18:54:21 +00:00
parent efdf9a658b
commit 039ce26d46
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@
/*===========================================================================*/ /*===========================================================================*/
/** /**
* @brief Threads descriptor structure hook. * @brief Threads descriptor structure extension.
* @details User fields added to the end of the @p Thread structure. * @details User fields added to the end of the @p Thread structure.
*/ */
#if !defined(THREAD_EXT_FIELDS) || defined(__DOXYGEN__) #if !defined(THREAD_EXT_FIELDS) || defined(__DOXYGEN__)