git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_1.2.x@1033 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2009-06-13 13:52:07 +00:00
parent 0a0619050b
commit 290d1ef783
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ static void memfill(uint8_t *startp, uint8_t *endp, uint8_t v) {
* the initial state is @p PRSUSPENDED.
*
* @param[out] wsp pointer to a working area dedicated to the thread stack
* @param[in] wsize size of the working area
* @param[in] size size of the working area
* @param[in] prio the priority level for the new thread
* @param[in] pf the thread function
* @param[in] arg an argument passed to the thread function. It can be @p NULL.