mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
Delete REa switch from SKY9X
This commit is contained in:
parent
b52a921c59
commit
3b410fca4f
3 changed files with 0 additions and 17 deletions
|
@ -351,16 +351,9 @@ char * getSwitchPositionName(char * dest, swsrc_t idx)
|
|||
}
|
||||
#endif
|
||||
|
||||
#if defined(PCBSKY9X)
|
||||
else if (idx <= SWSRC_REa) {
|
||||
getStringAtIndex(s, STR_VSWITCHES, IDX_TRIMS_IN_STR_VSWITCHES+idx-SWSRC_FIRST_TRIM);
|
||||
}
|
||||
#else
|
||||
else if (idx <= SWSRC_LAST_TRIM) {
|
||||
getStringAtIndex(s, STR_VSWITCHES, IDX_TRIMS_IN_STR_VSWITCHES+idx-SWSRC_FIRST_TRIM);
|
||||
}
|
||||
#endif
|
||||
|
||||
else if (idx <= SWSRC_LAST_LOGICAL_SWITCH) {
|
||||
*s++ = 'L';
|
||||
strAppendUnsigned(s, idx-SWSRC_FIRST_LOGICAL_SWITCH+1, 2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue