git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@475 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
1d23eb2961
commit
3c4a61a7d5
|
@ -171,7 +171,7 @@ void chSchWakeupS(Thread *ntp, msg_t msg) {
|
||||||
/**
|
/**
|
||||||
* Switch to the first thread on the runnable queue.
|
* Switch to the first thread on the runnable queue.
|
||||||
*
|
*
|
||||||
* @note It is intended to be called if \p chSchRescRequired() evaluates to \p TRUE.
|
* @note It is intended to be called if \p chSchRescRequiredI() evaluates to \p TRUE.
|
||||||
*/
|
*/
|
||||||
void chSchDoRescheduleI(void) {
|
void chSchDoRescheduleI(void) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue