mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 00:05:17 +03:00
Trims to Offsets re-implemented (still untested)
FrSky flash saving
This commit is contained in:
parent
ee1bd73788
commit
2acfb7df3d
15 changed files with 854 additions and 1773 deletions
|
@ -179,5 +179,9 @@ inline void eeFlush() { theFile.flush(); }
|
|||
|
||||
uint16_t evalChkSum();
|
||||
|
||||
#define eeDeleteModel(x) EFile::rm(FILE_MODEL(x))
|
||||
#define eeCopyModel(dst, src) theFile.copy(FILE_MODEL(dst), FILE_MODEL(src))
|
||||
#define eeSwapModels(id1, id2) EFile::swap(FILE_MODEL(id1), FILE_MODEL(id2))
|
||||
|
||||
#endif
|
||||
/*eof*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue