mirror of
https://github.com/opentx/opentx.git
synced 2025-07-14 03:49:52 +03:00
XLITE-S support
This commit is contained in:
parent
543021a300
commit
2388b90a90
28 changed files with 376 additions and 57 deletions
|
@ -266,7 +266,7 @@ char * getSwitchString(char * dest, swsrc_t idx)
|
|||
else
|
||||
*s++ = 'A'+swinfo.quot;
|
||||
#else
|
||||
*s++ = 'A'+swinfo.quot;
|
||||
*s++ = 'A' + swinfo.quot;
|
||||
#endif
|
||||
}
|
||||
*s++ = "\300-\301"[swinfo.rem];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue