1
0
Fork 0
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:
Bertrand Songis 2018-08-05 12:39:05 +02:00
parent f3bfde242b
commit ea76998beb
67 changed files with 1321 additions and 1486 deletions

View file

@ -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;