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

EEPROM Swap / Copy / Delete model now Ok on ErSky9x

Simu target on ARM now ok
This commit is contained in:
bsongis 2012-03-29 18:29:49 +00:00
parent 0cf23e266d
commit 6113420a02
11 changed files with 331 additions and 244 deletions

View file

@ -249,7 +249,7 @@ void EeFsFormat()
s_sync_write = false;
}
bool EeFsOpen()
bool EeFsOpen() // TODO inline?
{
eeprom_read_block(&eeFs,0,sizeof(eeFs));