mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-11 06:09: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.type == EventTypeKey) {
|
||||||
if(event.input.type == InputTypeShort) {
|
if(event.input.type == InputTypeShort) {
|
||||||
switch(event.input.key) {
|
switch(event.input.key) {
|
||||||
case InputKeyUp:
|
|
||||||
case InputKeyDown:
|
|
||||||
case InputKeyRight:
|
|
||||||
case InputKeyLeft:
|
|
||||||
case InputKeyBack:
|
case InputKeyBack:
|
||||||
processing = false;
|
processing = false;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user