diff options
author | Wesley Aptekar-Cassels <me@wesleyac.com> | 2024-01-21 02:01:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-21 02:01:27 -0500 |
commit | f16ce6a7670c8e26d46623fdbf928d4d8aa2c1fb (patch) | |
tree | 888997f4d133e3fee2afb21e633ea5e44724b230 /movement/movement_config.h | |
parent | 73f689e65ac11da126c54b3b2252ffac37e796cc (diff) | |
parent | 233036ff59f59080967f38682dc595a80ec7bb19 (diff) | |
download | Sensor-Watch-f16ce6a7670c8e26d46623fdbf928d4d8aa2c1fb.tar.gz Sensor-Watch-f16ce6a7670c8e26d46623fdbf928d4d8aa2c1fb.tar.bz2 Sensor-Watch-f16ce6a7670c8e26d46623fdbf928d4d8aa2c1fb.zip |
Merge branch 'main' into watch-face-simple-coin-flip
Diffstat (limited to 'movement/movement_config.h')
-rw-r--r-- | movement/movement_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/movement/movement_config.h b/movement/movement_config.h index 6a7f87e0..067ca44b 100644 --- a/movement/movement_config.h +++ b/movement/movement_config.h @@ -49,7 +49,7 @@ const watch_face_t watch_faces[] = { */ #define MOVEMENT_SECONDARY_FACE_INDEX (MOVEMENT_NUM_FACES - 2) // or (0) -/* Custom hourly chime tune. Check movement_custom_signal_tunes.h for options */ +/* Custom hourly chime tune. Check movement_custom_signal_tunes.h for options. */ #define SIGNAL_TUNE_DEFAULT #endif // MOVEMENT_CONFIG_H_ |