movement: move beat time to clock folder

This commit is contained in:
Joey Castillo 2022-01-25 15:39:04 -05:00
parent b8de35658f
commit 249bfc183c
3 changed files with 1 additions and 1 deletions

View File

@ -32,6 +32,7 @@ SRCS += \
../movement.c \ ../movement.c \
../watch_faces/clock/simple_clock_face.c \ ../watch_faces/clock/simple_clock_face.c \
../watch_faces/clock/world_clock_face.c \ ../watch_faces/clock/world_clock_face.c \
../watch_faces/clock/beats_face.c \
../watch_faces/settings/preferences_face.c \ ../watch_faces/settings/preferences_face.c \
../watch_faces/settings/set_time_face.c \ ../watch_faces/settings/set_time_face.c \
../watch_faces/complications/pulsometer_face.c \ ../watch_faces/complications/pulsometer_face.c \
@ -43,7 +44,6 @@ SRCS += \
../watch_faces/demos/lis2dh_logging_face.c \ ../watch_faces/demos/lis2dh_logging_face.c \
../watch_faces/demos/demo_face.c \ ../watch_faces/demos/demo_face.c \
../watch_faces/demos/hello_there_face.c \ ../watch_faces/demos/hello_there_face.c \
../watch_faces/complications/beats_face.c \
../watch_faces/complications/day_one_face.c \ ../watch_faces/complications/day_one_face.c \
../watch_faces/complications/stopwatch_face.c \ ../watch_faces/complications/stopwatch_face.c \
../watch_faces/complications/totp_face.c \ ../watch_faces/complications/totp_face.c \