diff options
author | Wesley Ellis <wesleyjellis@gmail.com> | 2021-10-22 22:00:52 -0400 |
---|---|---|
committer | Wesley Ellis <wesleyjellis@gmail.com> | 2021-10-23 15:45:20 -0400 |
commit | 66e95e4ab85444b2bdda32e7d04e7df138c52cc5 (patch) | |
tree | 520b128f8e2f1b763914a826eeb608d0775b6393 /movement/movement_config.h | |
parent | f1a706792e995f45b6b6f2ef70b2318253002249 (diff) | |
download | Sensor-Watch-66e95e4ab85444b2bdda32e7d04e7df138c52cc5.tar.gz Sensor-Watch-66e95e4ab85444b2bdda32e7d04e7df138c52cc5.tar.bz2 Sensor-Watch-66e95e4ab85444b2bdda32e7d04e7df138c52cc5.zip |
Port beats to movement framework
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 99bffdd2..22daf2cb 100644 --- a/movement/movement_config.h +++ b/movement/movement_config.h @@ -7,6 +7,7 @@ #include "pulsometer_face.h" #include "thermistor_readout_face.h" #include "character_set_face.h" +#include "beats_face.h" const watch_face_t watch_faces[] = { simple_clock_face, |