mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
Fixes #2514
This commit is contained in:
parent
fd73c326ad
commit
3b41531634
1 changed files with 0 additions and 5 deletions
|
@ -101,11 +101,6 @@ void menuCustomFunctions(uint8_t event, CustomFunctionData * functions, CustomFu
|
||||||
|
|
||||||
case 1:
|
case 1:
|
||||||
if (CFN_SWITCH(cfn)) {
|
if (CFN_SWITCH(cfn)) {
|
||||||
#if defined(CPUARM)
|
|
||||||
if (func == FUNC_OVERRIDE_CHANNEL) {
|
|
||||||
func = CFN_FUNC(cfn) = checkIncDec(event, CFN_FUNC(cfn), 0, FUNC_MAX-1, eeFlags, isAssignableFunctionAvailable);
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
lcd_putsiAtt(MODEL_CUSTOM_FUNC_2ND_COLUMN, y, STR_VFSWFUNC, func, attr);
|
lcd_putsiAtt(MODEL_CUSTOM_FUNC_2ND_COLUMN, y, STR_VFSWFUNC, func, attr);
|
||||||
if (active) {
|
if (active) {
|
||||||
#if defined(CPUARM)
|
#if defined(CPUARM)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue