mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
Fixes #973
This commit is contained in:
parent
01ee8c31fc
commit
785c17ed2f
1 changed files with 3 additions and 0 deletions
|
@ -4608,6 +4608,9 @@ void menuModelLogicalSwitches(uint8_t event)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
else if (cstate == LS_FAMILY_COMP) {
|
else if (cstate == LS_FAMILY_COMP) {
|
||||||
|
#if defined(CPUARM)
|
||||||
|
v1_val = (uint8_t)cs->v1;
|
||||||
|
#endif
|
||||||
putsMixerSource(CSW_2ND_COLUMN, y, v1_val, attr1);
|
putsMixerSource(CSW_2ND_COLUMN, y, v1_val, attr1);
|
||||||
putsMixerSource(CSW_3RD_COLUMN, y, cs->v2, attr2);
|
putsMixerSource(CSW_3RD_COLUMN, y, cs->v2, attr2);
|
||||||
INCDEC_SET_FLAG(INCDEC_SOURCE);
|
INCDEC_SET_FLAG(INCDEC_SOURCE);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue