fix build for firmware v0.72.1

This commit is contained in:
Denis Nelubin 2022-12-09 15:16:03 +06:00
parent bb6e54cb34
commit 94924fa550

View File

@ -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;
}
}
}