mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
Reviews
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user