Skip to content

Commit

Permalink
Merge pull request #7 from gelin/fix-v0.72.1
Browse files Browse the repository at this point in the history
fix build for firmware v0.72.1
  • Loading branch information
panki27 authored Dec 23, 2022
2 parents bb6e54c + 94924fa commit 34b645c
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 34b645c

Please sign in to comment.