1
0
Fork 0
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:
Bertrand Songis 2018-08-15 15:08:49 +02:00
parent 543021a300
commit 2388b90a90
28 changed files with 376 additions and 57 deletions

View file

@ -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];