summaryrefslogtreecommitdiffstats
path: root/movement/movement.h
diff options
context:
space:
mode:
authorWesley Aptekar-Cassels <me@wesleyac.com>2024-01-21 01:44:19 -0500
committerGitHub <noreply@github.com>2024-01-21 01:44:19 -0500
commite49a75b8ef48174270c87e58dd332faf2b99f8d8 (patch)
tree9fbdd4c4d0299a7ba77bac7e81dd757e30a757db /movement/movement.h
parent9e41ac8e4983f01df1c853e7683e12c8acd61b04 (diff)
parentd7369cd00d56e94de7fbde21a5ed6495b8910e79 (diff)
downloadSensor-Watch-e49a75b8ef48174270c87e58dd332faf2b99f8d8.tar.gz
Sensor-Watch-e49a75b8ef48174270c87e58dd332faf2b99f8d8.tar.bz2
Sensor-Watch-e49a75b8ef48174270c87e58dd332faf2b99f8d8.zip
Merge pull request #339 from theAlexes/theAlexes/cleanup
did a tiny bit of code cleanup, encountered a bug that might fix some sleep-mode issues
Diffstat (limited to 'movement/movement.h')
-rw-r--r--movement/movement.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/movement/movement.h b/movement/movement.h
index 66bf6af4..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;