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:
parent
cd6aa7af00
commit
87cd9047b1
238 changed files with 5167 additions and 2758 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue