summaryrefslogtreecommitdiffstats
path: root/movement
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2022-01-25 15:39:04 -0500
committerJoey Castillo <joeycastillo@utexas.edu>2022-01-25 15:39:04 -0500
commit249bfc183c5d7c13d94ffecf5389a6b56a2d735d (patch)
treee4c3be3f863312c6fb743621c1b6a5ce22ba18f0 /movement
parentb8de35658ffd78ad8b22f91ccbbd3d63663afda9 (diff)
downloadSensor-Watch-249bfc183c5d7c13d94ffecf5389a6b56a2d735d.tar.gz
Sensor-Watch-249bfc183c5d7c13d94ffecf5389a6b56a2d735d.tar.bz2
Sensor-Watch-249bfc183c5d7c13d94ffecf5389a6b56a2d735d.zip
movement: move beat time to clock folder
Diffstat (limited to 'movement')
-rwxr-xr-xmovement/make/Makefile2
-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