mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-10 05:59:08 -07:00
Remove unused cases that causes exit --nobuild
or add break; but its unused
This commit is contained in:
4
applications/external/gps_nmea_uart/gps.c
vendored
4
applications/external/gps_nmea_uart/gps.c
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user