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:
parent
6a966d59e2
commit
af4bb51255
3 changed files with 67 additions and 50 deletions
|
@ -610,4 +610,9 @@ char * getSwitchPositionName(swsrc_t idx)
|
|||
{
|
||||
return getSwitchPositionName(tmpHelpersString, idx);
|
||||
}
|
||||
|
||||
char * getGVarString(int idx)
|
||||
{
|
||||
return getGVarString(tmpHelpersString, idx);
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue