mirror of
https://github.com/opentx/opentx.git
synced 2025-07-14 11:59:50 +03:00
Compilation fixes
This commit is contained in:
parent
ff78e71d11
commit
284a9d1f5e
6 changed files with 12 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue