소스 검색

fix build for firmware v0.72.1

Denis Nelubin 3 년 전
부모
커밋
94924fa550
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      minesweeper.c

+ 4 - 0
minesweeper.c

@@ -462,6 +462,8 @@ int32_t minesweeper_app(void* p) {
               // Exit the plugin
               processing = false;
               break;
+            case InputKeyMAX:
+              break;
           }
         } else if (event.input.type == InputTypeLong) {
           // hold events
@@ -479,6 +481,8 @@ int32_t minesweeper_app(void* p) {
             case InputKeyBack:
               processing = false;
               break;
+            case InputKeyMAX:
+              break;
           }
         }
       }