Loading default_recovery_ui.c +1 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,7 @@ int device_handle_key(int key_code, int visible) { return HIGHLIGHT_UP; case KEY_ENTER: case BTN_MOUSE: return SELECT_ITEM; } } Loading Loading
default_recovery_ui.c +1 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,7 @@ int device_handle_key(int key_code, int visible) { return HIGHLIGHT_UP; case KEY_ENTER: case BTN_MOUSE: return SELECT_ITEM; } } Loading