mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 09:45:21 +03:00
More AVR removal
This commit is contained in:
parent
f3bfde242b
commit
ea76998beb
67 changed files with 1321 additions and 1486 deletions
|
@ -440,7 +440,7 @@ uint16_t eeModelSize(uint8_t index)
|
|||
}
|
||||
|
||||
#if defined(SDCARD)
|
||||
const pm_char * eeBackupModel(uint8_t i_fileSrc)
|
||||
const char * eeBackupModel(uint8_t i_fileSrc)
|
||||
{
|
||||
char * buf = reusableBuffer.modelsel.mainname;
|
||||
FIL archiveFile;
|
||||
|
@ -507,7 +507,7 @@ const pm_char * eeBackupModel(uint8_t i_fileSrc)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
const pm_char * eeRestoreModel(uint8_t i_fileDst, char *model_name)
|
||||
const char * eeRestoreModel(uint8_t i_fileDst, char *model_name)
|
||||
{
|
||||
char * buf = reusableBuffer.modelsel.mainname;
|
||||
FIL restoreFile;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue