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:
parent
0cf23e266d
commit
6113420a02
11 changed files with 331 additions and 244 deletions
|
@ -249,7 +249,7 @@ void EeFsFormat()
|
|||
s_sync_write = false;
|
||||
}
|
||||
|
||||
bool EeFsOpen()
|
||||
bool EeFsOpen() // TODO inline?
|
||||
{
|
||||
eeprom_read_block(&eeFs,0,sizeof(eeFs));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue