git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2202 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
ad95e527ec
commit
ae99c722b2
|
@ -119,7 +119,7 @@ static void memfill(uint8_t *startp, uint8_t *endp, uint8_t v) {
|
||||||
* @p chThdResume().
|
* @p chThdResume().
|
||||||
* @note A thread can terminate by calling @p chThdExit() or by simply
|
* @note A thread can terminate by calling @p chThdExit() or by simply
|
||||||
* returning from its main function.
|
* returning from its main function.
|
||||||
* Threads created using this function do not obey to the
|
* @note Threads created using this function do not obey to the
|
||||||
* @p CH_DBG_FILL_THREADS debug option because it would keep
|
* @p CH_DBG_FILL_THREADS debug option because it would keep
|
||||||
* the kernel locked for too much time.
|
* the kernel locked for too much time.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue