White space fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2025 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
7cac72ed6d
commit
ed7165dcb4
|
@ -93,7 +93,7 @@ extern ReadyList rlist;
|
|||
#endif /* !defined(PORT_OPTIMIZED_RLIST_EXT) */
|
||||
|
||||
/**
|
||||
* @brief Current thread pointer access macro.
|
||||
* @brief Current thread pointer access macro.
|
||||
* @note This macro is not meant to be used in the application code but
|
||||
* only from within the kernel, use the @p chThdSelf() API instead.
|
||||
* @note It is forbidden to use this macro in order to change the pointer
|
||||
|
|
Loading…
Reference in New Issue