git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2211 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
efdf9a658b
commit
039ce26d46
|
@ -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__)
|
||||||
|
|
Loading…
Reference in New Issue