Просмотр исходного кода

Merge pull request #7 from gelin/fix-v0.72.1

fix build for firmware v0.72.1
Felix Pankratz 3 лет назад
Родитель
Сommit
34b645c51e
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
               // Exit the plugin
               processing = false;
               processing = false;
               break;
               break;
+            case InputKeyMAX:
+              break;
           }
           }
         } else if (event.input.type == InputTypeLong) {
         } else if (event.input.type == InputTypeLong) {
           // hold events
           // hold events
@@ -479,6 +481,8 @@ int32_t minesweeper_app(void* p) {
             case InputKeyBack:
             case InputKeyBack:
               processing = false;
               processing = false;
               break;
               break;
+            case InputKeyMAX:
+              break;
           }
           }
         }
         }
       }
       }