1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-14 20:10:08 +03:00

compilation fixes

This commit is contained in:
3djc 2019-08-10 12:08:54 +02:00
parent 4fd5091657
commit c5900bc351

View file

@ -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)
{