1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-14 11:59:50 +03:00

2.4 continued (#8092)

Quite a bit of work on 2.4

Co-authored-by: 3djc <Th1sisfmyofmyo>
This commit is contained in:
3djc 2020-11-14 11:55:37 +01:00 committed by GitHub
parent cd6aa7af00
commit 87cd9047b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
238 changed files with 5167 additions and 2758 deletions

View file

@ -359,7 +359,7 @@ char * getSwitchPositionName(char * dest, swsrc_t idx)
if (idx <= SWSRC_LAST_SWITCH) {
div_t swinfo = switchInfo(idx);
s = getSwitchName(s, idx);
*s++ = "\200-\201"[swinfo.rem];
*s++ = (STR_CHAR_UP "-" STR_CHAR_DOWN)[swinfo.rem];
*s = '\0';
}
#endif // PCBSKY9X