FATAL error running MRE blinking test #1137

typo
This commit is contained in:
rusEfi 2020-02-11 17:52:01 -05:00
parent 9d5e4684b6
commit 41e10c177c
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ static int tle8888_wake_driver(struct tle8888_priv *chip)
* chSemSignalI above requires rescheduling
* interrupt handlers have implicit rescheduling
*/
chSchResceduleS();
chSchRescheduleS();
}
/* Leaving the critical zone.*/
chSysRestoreStatusX(sts);