Got rid of fallthrough warnings

This commit is contained in:
David Volovskiy
2025-09-06 11:49:00 -04:00
committed by Alessandro Genova
parent c6270444f0
commit c45fed8ea9
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -261,6 +261,7 @@ bool chirpy_demo_face_loop(movement_event_t event, void *context) {
if (state->mode != CDM_CHIRPING) {
movement_move_to_face(0);
}
// fall through
default:
movement_default_loop_handler(event);
break;