mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
[Horus] Freeze when invalid (or no) model bitmap
This commit is contained in:
parent
d2155ef089
commit
787d2ffa92
5 changed files with 9 additions and 7 deletions
|
@ -123,7 +123,6 @@ void storageEraseAll(bool warn)
|
|||
MESSAGE(STR_STORAGE_WARNING, STR_STORAGE_FORMAT, NULL, AU_STORAGE_FORMAT);
|
||||
|
||||
storageFormat();
|
||||
storageDirty(EE_GENERAL);
|
||||
storageDirty(EE_MODEL);
|
||||
storageDirty(EE_GENERAL|EE_MODEL);
|
||||
storageCheck(true);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue