Skip to content

Commit

Permalink
silence warning in beeps_face
Browse files Browse the repository at this point in the history
  • Loading branch information
joeycastillo committed Sep 18, 2024
1 parent fc2f9c5 commit 3634460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion movement/watch_faces/demo/beeps_face.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ void beeps_face_setup(movement_settings_t *settings, uint8_t watch_face_index, v

void beeps_face_activate(movement_settings_t *settings, void *context) {
(void) settings;
beeps_state_t *state = (beeps_state_t *)context;
(void) context;
}

static void _beep_face_update_lcd(beeps_state_t *state) {
Expand Down

0 comments on commit 3634460

Please sign in to comment.