1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-14 11:59:50 +03:00

Compilation fixes

This commit is contained in:
Bertrand Songis 2019-08-29 09:34:27 +02:00
parent ff78e71d11
commit 284a9d1f5e
No known key found for this signature in database
GPG key ID: F189F79290FEC50F
6 changed files with 12 additions and 9 deletions

View file

@ -583,6 +583,7 @@ char * strAppendDate(char * str, bool time)
}
#endif
#if !defined(BOOT)
static char tmpHelpersString[32];
char * getSwitchWarningString(swsrc_t idx)
@ -609,3 +610,4 @@ char * getSwitchPositionName(swsrc_t idx)
{
return getSwitchPositionName(tmpHelpersString, idx);
}
#endif