This commit is contained in:
RogueMaster
2022-11-02 18:42:39 -04:00
parent 90d20f241b
commit e99fbc6b1b
2 changed files with 0 additions and 4 deletions
@@ -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