diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2021-12-10 15:55:54 -0500 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2021-12-10 15:55:54 -0500 |
commit | e4f9737e21b6489be04e43f0af23aa968dba9ac2 (patch) | |
tree | 17475ccb72febde21425530eddce606f0176e23a /movement/movement_config.h | |
parent | 8571bfa74f4de75fbb55b37e97de80351f5e92fe (diff) | |
parent | 762af872d2f2c977e51d6e51b8c3ad622485cc05 (diff) | |
download | Sensor-Watch-e4f9737e21b6489be04e43f0af23aa968dba9ac2.tar.gz Sensor-Watch-e4f9737e21b6489be04e43f0af23aa968dba9ac2.tar.bz2 Sensor-Watch-e4f9737e21b6489be04e43f0af23aa968dba9ac2.zip |
Merge branch 'main' into movement-timer-stuff
Diffstat (limited to 'movement/movement_config.h')
-rw-r--r-- | movement/movement_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/movement_config.h b/movement/movement_config.h index 2ef43ef0..6aeb0b83 100644 --- a/movement/movement_config.h +++ b/movement/movement_config.h @@ -15,6 +15,7 @@ #include "stopwatch_face.h" #include "totp_face.h" #include "lis2dh_logging_face.h" +#include "demo_face.h" const watch_face_t watch_faces[] = { simple_clock_face, |