diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2022-01-25 15:39:04 -0500 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2022-01-25 15:39:04 -0500 |
commit | 249bfc183c5d7c13d94ffecf5389a6b56a2d735d (patch) | |
tree | e4c3be3f863312c6fb743621c1b6a5ce22ba18f0 | |
parent | b8de35658ffd78ad8b22f91ccbbd3d63663afda9 (diff) | |
download | Sensor-Watch-249bfc183c5d7c13d94ffecf5389a6b56a2d735d.tar.gz Sensor-Watch-249bfc183c5d7c13d94ffecf5389a6b56a2d735d.tar.bz2 Sensor-Watch-249bfc183c5d7c13d94ffecf5389a6b56a2d735d.zip |
movement: move beat time to clock folder
-rwxr-xr-x | movement/make/Makefile | 2 | ||||
-rw-r--r-- | movement/watch_faces/clock/beats_face.c (renamed from movement/watch_faces/complications/beats_face.c) | 0 | ||||
-rw-r--r-- | movement/watch_faces/clock/beats_face.h (renamed from movement/watch_faces/complications/beats_face.h) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/movement/make/Makefile b/movement/make/Makefile index 9d6e6b00..e489a09a 100755 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -32,6 +32,7 @@ SRCS += \ ../movement.c \ ../watch_faces/clock/simple_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/set_time_face.c \ ../watch_faces/complications/pulsometer_face.c \ @@ -43,7 +44,6 @@ SRCS += \ ../watch_faces/demos/lis2dh_logging_face.c \ ../watch_faces/demos/demo_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/stopwatch_face.c \ ../watch_faces/complications/totp_face.c \ diff --git a/movement/watch_faces/complications/beats_face.c b/movement/watch_faces/clock/beats_face.c index df31ad1c..df31ad1c 100644 --- a/movement/watch_faces/complications/beats_face.c +++ b/movement/watch_faces/clock/beats_face.c diff --git a/movement/watch_faces/complications/beats_face.h b/movement/watch_faces/clock/beats_face.h index 2bbbc26d..2bbbc26d 100644 --- a/movement/watch_faces/complications/beats_face.h +++ b/movement/watch_faces/clock/beats_face.h |