mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 18:13:49 +01:00
doc: add some references
This commit is contained in:
parent
6310927ed7
commit
5adb43cc75
@ -115,8 +115,8 @@ void sched_set_status(tcb_t *process, unsigned int status);
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Compare thread priorities and yield() (or set
|
* @brief Compare thread priorities and yield() (or set
|
||||||
* sched_context_switch_request if inISR()) when other_prio is higher
|
* @ref sched_context_switch_request if inISR()) when @p other_prio is
|
||||||
* (has a lower value) than the current thread's priority
|
* higher (has a lower value) than the current thread's priority
|
||||||
*
|
*
|
||||||
* @param[in] other_prio The priority of the target thread
|
* @param[in] other_prio The priority of the target thread
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user