Got rid of fallthrough warnings
This commit is contained in:
committed by
Alessandro Genova
parent
c6270444f0
commit
c45fed8ea9
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user