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:
parent
9f8d863f36
commit
4b25feaa10
|
@ -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
|
* @details If a thread with a higher priority than the current thread is in
|
||||||
* the ready list then make the higher priority thread running.
|
* the ready list then make the higher priority thread running.
|
||||||
*
|
*
|
||||||
* @iclass
|
* @sclass
|
||||||
*/
|
*/
|
||||||
#if !defined(PORT_OPTIMIZED_RESCHEDULES) || defined(__DOXYGEN__)
|
#if !defined(PORT_OPTIMIZED_RESCHEDULES) || defined(__DOXYGEN__)
|
||||||
void chSchRescheduleS(void) {
|
void chSchRescheduleS(void) {
|
||||||
|
|
Loading…
Reference in New Issue