Skip to content

Commit 54f588c

Browse files
Riksu9000JF002
authored andcommitted
Add missing break
1 parent 86d180a commit 54f588c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/displayapp/screens/Metronome.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ void Metronome::OnEvent(lv_obj_t* obj, lv_event_t event) {
122122
if (obj == bpmTap) {
123123
allowExit = false;
124124
}
125+
break;
125126
case LV_EVENT_CLICKED: {
126127
if (obj == playPause) {
127128
metronomeStarted = !metronomeStarted;

0 commit comments

Comments
 (0)