FATAL error running MRE blinking test #1137

typo
This commit is contained in:
rusEfi 2020-02-11 17:52:01 -05:00
parent 1e010c8e82
commit 2eec13007e
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);