Przeglądaj źródła

Update flashlight.c

MX 3 lat temu
rodzic
commit
8274a1bae8
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      flashlight.c

+ 3 - 1
flashlight.c

@@ -108,6 +108,8 @@ int32_t flashlight_app() {
                     case InputKeyBack:
                         processing = false;
                         break;
+                    default:
+                        break;
                     }
                 }
             }
@@ -125,4 +127,4 @@ int32_t flashlight_app() {
     delete_mutex(&state_mutex);
 
     return 0;
-}
+}