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

Gvars screen tidy up

This commit is contained in:
3djc 2019-10-09 13:00:44 +02:00
parent 6a966d59e2
commit af4bb51255
3 changed files with 67 additions and 50 deletions

View file

@ -610,4 +610,9 @@ char * getSwitchPositionName(swsrc_t idx)
{
return getSwitchPositionName(tmpHelpersString, idx);
}
char * getGVarString(int idx)
{
return getGVarString(tmpHelpersString, idx);
}
#endif