append beep sound to counter_face

This commit is contained in:
Shogo Okamoto
2022-11-08 22:39:02 +09:00
parent c149fef92d
commit eff3529b96
2 changed files with 23 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ bool counter_face_loop(movement_event_t event, movement_settings_t *settings, vo
void counter_face_resign(movement_settings_t *settings, void *context);
void print_counter(counter_state_t *state);
void beep_counter(counter_state_t *state);
#define counter_face ((const watch_face_t){ \
counter_face_setup, \