Remove unused cases that causes exit --nobuild

or add break; but its unused
This commit is contained in:
Sil333033
2023-10-27 23:39:59 +02:00
parent eedbcde4bc
commit c170d02e88

View File

@@ -121,10 +121,6 @@ int32_t gps_app(void* p) {
if(event.type == EventTypeKey) {
if(event.input.type == InputTypeShort) {
switch(event.input.key) {
case InputKeyUp:
case InputKeyDown:
case InputKeyRight:
case InputKeyLeft:
case InputKeyBack:
processing = false;
break;