make it clear that the movement_state contains indexes

This commit is contained in:
Alex Maestas
2023-12-16 22:08:10 +00:00
parent 63d6bc6aa0
commit 06d546f179
2 changed files with 17 additions and 17 deletions

View File

@@ -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;