mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-18 00:38:10 -07:00
fix two
This commit is contained in:
@@ -142,8 +142,6 @@ int32_t multi_converter_app(void* p) {
|
|||||||
case InputKeyDown:
|
case InputKeyDown:
|
||||||
multi_converter_mode_select_change_unit(1, multi_converter_state);
|
multi_converter_mode_select_change_unit(1, multi_converter_state);
|
||||||
break;
|
break;
|
||||||
default:
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -180,8 +180,6 @@ void multi_converter_mode_display_navigation(
|
|||||||
else if((multi_converter_state->display).key < 0)
|
else if((multi_converter_state->display).key < 0)
|
||||||
(multi_converter_state->display).key = MULTI_CONVERTER_DISPLAY_KEYS - 1;
|
(multi_converter_state->display).key = MULTI_CONVERTER_DISPLAY_KEYS - 1;
|
||||||
break;
|
break;
|
||||||
default:
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// if destination key is disabled by max_number_keys, move to the closest one
|
// if destination key is disabled by max_number_keys, move to the closest one
|
||||||
|
|||||||
Reference in New Issue
Block a user