diff options
author | Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com> | 2024-02-24 18:19:12 -0300 |
---|---|---|
committer | Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com> | 2024-02-24 18:53:07 -0300 |
commit | 8f040252fd6bfd5c95437a52a07634a19c487086 (patch) | |
tree | 1920bff9258ad497a2a8b1219bb2d3466257f9ab /movement/movement_config.h | |
parent | af18673e1aa53091880d829a6fa4d7e23a6b4381 (diff) | |
download | Sensor-Watch-8f040252fd6bfd5c95437a52a07634a19c487086.tar.gz Sensor-Watch-8f040252fd6bfd5c95437a52a07634a19c487086.tar.bz2 Sensor-Watch-8f040252fd6bfd5c95437a52a07634a19c487086.zip |
faces: rename simple_clock_face to clock_face
It's not actually so simple and will only gain features from now on.
Just "clock face" also feels more canonical.
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 067ca44b..d235e4a1 100644 --- a/movement/movement_config.h +++ b/movement/movement_config.h @@ -28,7 +28,7 @@ #include "movement_faces.h" const watch_face_t watch_faces[] = { - simple_clock_face, + clock_face, world_clock_face, sunrise_sunset_face, moon_phase_face, |