Add missing break

main
Riku Isokoski 2021-10-04 11:32:50 +07:00 committed by JF
parent 86d180a855
commit 54f588ce63
1 changed files with 1 additions and 0 deletions

@ -122,6 +122,7 @@ void Metronome::OnEvent(lv_obj_t* obj, lv_event_t event) {
if (obj == bpmTap) {
allowExit = false;
}
break;
case LV_EVENT_CLICKED: {
if (obj == playPause) {
metronomeStarted = !metronomeStarted;