Skip to content

Commit

Permalink
fix build for firmware v0.72.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gelin committed Dec 9, 2022
1 parent bb6e54c commit 94924fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions minesweeper.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -479,6 +481,8 @@ int32_t minesweeper_app(void* p) {
case InputKeyBack:
processing = false;
break;
case InputKeyMAX:
break;
}
}
}
Expand Down

0 comments on commit 94924fa

Please sign in to comment.