This commit is contained in:
devdl11
2022-04-27 15:44:42 +02:00
parent 04ae526a39
commit 0332f43c5c
22 changed files with 93 additions and 114 deletions

View File

@@ -50,8 +50,8 @@ __attribute__ ((noreturn)) void ion_main(int argc, const char * const argv[]) {
}
}
if (Bootloader::Recovery::has_crashed()) {
Bootloader::Recovery::recover_data();
if (Bootloader::Recovery::hasCrashed()) {
Bootloader::Recovery::recoverData();
}
Bootloader::Interface::drawLoading();