diff options
author | Wesley Aptekar-Cassels <me@wesleyac.com> | 2024-01-21 01:58:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-21 01:58:20 -0500 |
commit | 29784983b5018e429a276fd1cdfeeac8b0e431b9 (patch) | |
tree | fc7f6e0f1c2450d07c7377190ed4d65ee7c7a3cb /movement/movement_config.h | |
parent | dcf167a8bf6f09d3068bd419bba9c92586c7cb04 (diff) | |
parent | e49a75b8ef48174270c87e58dd332faf2b99f8d8 (diff) | |
download | Sensor-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_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_ |