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