diff --git a/gps.c b/gps.c index ce1fd05c74d..85212442ce8 100644 --- a/gps.c +++ b/gps.c @@ -103,15 +103,11 @@ int32_t gps_app(void* p) { switch (event.input.key) { - case InputKeyUp: - case InputKeyDown: - case InputKeyRight: - case InputKeyLeft: - case InputKeyOk: - break; case InputKeyBack: processing = false; break; + default: + break; } } }