summaryrefslogtreecommitdiffstats
path: root/movement/movement.h
diff options
context:
space:
mode:
authorWesley Aptekar-Cassels <me@wesleyac.com>2024-01-21 01:58:20 -0500
committerGitHub <noreply@github.com>2024-01-21 01:58:20 -0500
commit29784983b5018e429a276fd1cdfeeac8b0e431b9 (patch)
treefc7f6e0f1c2450d07c7377190ed4d65ee7c7a3cb /movement/movement.h
parentdcf167a8bf6f09d3068bd419bba9c92586c7cb04 (diff)
parente49a75b8ef48174270c87e58dd332faf2b99f8d8 (diff)
downloadSensor-Watch-29784983b5018e429a276fd1cdfeeac8b0e431b9.tar.gz
Sensor-Watch-29784983b5018e429a276fd1cdfeeac8b0e431b9.tar.bz2
Sensor-Watch-29784983b5018e429a276fd1cdfeeac8b0e431b9.zip
Merge branch 'main' into watch-face-solstice
Diffstat (limited to 'movement/movement.h')
-rw-r--r--movement/movement.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/movement/movement.h b/movement/movement.h
index 5f30dfb8..1dabfbc5 100644
--- a/movement/movement.h
+++ b/movement/movement.h
@@ -244,8 +244,8 @@ typedef struct {
movement_settings_t settings;
// transient properties
- int16_t current_watch_face;
- int16_t next_watch_face;
+ int16_t current_face_idx;
+ int16_t next_face_idx;
bool watch_face_changed;
bool fast_tick_enabled;
int16_t fast_ticks;
@@ -307,7 +307,6 @@ void movement_cancel_background_task_for_face(uint8_t watch_face_index);
void movement_request_wake(void);
void movement_play_signal(void);
-void movement_play_tune(void);
void movement_play_alarm(void);
void movement_play_alarm_beeps(uint8_t rounds, BuzzerNote alarm_note);