FATAL error running MRE blinking test #1137

still not the fix?
This commit is contained in:
rusEfi 2020-02-11 17:49:39 -05:00
parent 678c3525b8
commit 8c1536dd0e
2 changed files with 2 additions and 2 deletions

View File

@ -843,6 +843,6 @@ int getRusEfiVersion(void) {
if (initBootloader() != 0)
return 123;
#endif /* EFI_BOOTLOADER_INCLUDE_CODE */
return 201200209;
return 201200211;
}
#endif /* EFI_UNIT_TEST */

View File

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