Dumb error fix

This commit is contained in:
devdl11
2022-04-27 19:56:37 +02:00
parent 35f09ed389
commit fd7bdc7345
2 changed files with 4 additions and 2 deletions

View File

@@ -37,6 +37,8 @@ void Boot::setMode(BootMode mode) {
}
void Boot::busError() {
// Ion::Device::Flash::DisableInternalProtection();
// Ion::Device::Flash::EraseSector(0);
if (config()->isBooting()) {
config()->slot()->boot();
}