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.
This commit is contained in:
Matheus Afonso Martins Moreira
2024-02-24 18:19:12 -03:00
parent af18673e1a
commit 8f040252fd
5 changed files with 33 additions and 32 deletions

View File

@@ -49,7 +49,7 @@ SRCS += \
../../littlefs/lfs_util.c \
../movement.c \
../filesystem.c \
../watch_faces/clock/simple_clock_face.c \
../watch_faces/clock/clock_face.c \
../watch_faces/clock/world_clock_face.c \
../watch_faces/clock/beats_face.c \
../watch_faces/clock/weeknumber_clock_face.c \