1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 16:25:16 +03:00

[ersky9x] Powering with USB with an invalid EEPROM erased parts of the EEPROM ...

This commit is contained in:
bsongis 2012-07-28 08:39:15 +00:00
parent 36c1e9cb1d
commit 386be4c44b

View file

@ -546,6 +546,10 @@ void eeReadAll()
STORE_GENERALVARS;
STORE_MODELVARS;
}
else {
// we don't want to store anything
s_eeDirtyMsk = 0;
}
}
else
{