Documentation fixes.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12566 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
Giovanni Di Sirio 2019-01-20 15:28:28 +00:00
parent c14f479548
commit e15fc5236b
1 changed files with 2 additions and 2 deletions

View File

@ -55,6 +55,7 @@ nil_system_t nil;
*
* @param[in] state thread state
* @param[in] p object pointer
* @return Pointer to the thread.
*/
static thread_t *nil_find_thread(tstate_t state, void * p) {
thread_t *tp = nil.threads;
@ -79,8 +80,7 @@ static thread_t *nil_find_thread(tstate_t state, void * p) {
* @param[in] cnt number of threads to be readied as a negative number,
* non negative numbers are ignored
* @param[in] msg the wakeup message
*
* @iclass
* @return Always zero.
*/
static cnt_t nil_ready_all(void * p, cnt_t cnt, msg_t msg) {
thread_t *tp = nil.threads;;