mirror of
https://github.com/opentx/opentx.git
synced 2025-07-14 03:49:52 +03:00
compilation fixes
This commit is contained in:
parent
4fd5091657
commit
c5900bc351
1 changed files with 2 additions and 0 deletions
|
@ -241,6 +241,7 @@ char * getGVarString(char * dest, int idx)
|
|||
return dest;
|
||||
}
|
||||
|
||||
#if !defined(PCBSKY9X)
|
||||
char * getSwitchName(char * dest, swsrc_t idx)
|
||||
{
|
||||
div_t swinfo = switchInfo(idx);
|
||||
|
@ -267,6 +268,7 @@ char * getSwitchName(char * dest, swsrc_t idx)
|
|||
}
|
||||
return dest;
|
||||
}
|
||||
#endif
|
||||
|
||||
char * getSwitchString(char * dest, swsrc_t idx)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue