git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.4.x@3929 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2012-02-06 18:32:26 +00:00
parent 9f8d863f36
commit 4b25feaa10
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ void chSchWakeupS(Thread *ntp, msg_t msg) {
* @details If a thread with a higher priority than the current thread is in
* the ready list then make the higher priority thread running.
*
* @iclass
* @sclass
*/
#if !defined(PORT_OPTIMIZED_RESCHEDULES) || defined(__DOXYGEN__)
void chSchRescheduleS(void) {