git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@475 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2008-10-17 20:00:10 +00:00
parent 1d23eb2961
commit 3c4a61a7d5
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ void chSchWakeupS(Thread *ntp, msg_t msg) {
/**
* 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) {