1
0
Fork 0
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:
Bertrand Songis 2015-11-26 22:59:06 +01:00
parent d2155ef089
commit 787d2ffa92
5 changed files with 9 additions and 7 deletions

View file

@ -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);
}