diff options
author | joeycastillo <joeycastillo@utexas.edu> | 2021-11-11 06:30:44 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-11 06:30:44 -0600 |
commit | 323e6dfebaa8f98e0b7c503da1c85fbfa5d268d9 (patch) | |
tree | 7730756096827133f8f9a0fe5cd0b73d959f2397 /movement/movement_config.h | |
parent | 1b4bfe35c2ee402314a4aab503bc6d5890eeee91 (diff) | |
parent | b0ec40ae460063f711cac963b2e7a0d826c710d7 (diff) | |
download | Sensor-Watch-323e6dfebaa8f98e0b7c503da1c85fbfa5d268d9.tar.gz Sensor-Watch-323e6dfebaa8f98e0b7c503da1c85fbfa5d268d9.tar.bz2 Sensor-Watch-323e6dfebaa8f98e0b7c503da1c85fbfa5d268d9.zip |
Merge pull request #21 from tahnok/stopwatch_face
Add stopwatch face to movement
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 70bedc22..fa5ddf18 100644 --- a/movement/movement_config.h +++ b/movement/movement_config.h @@ -11,6 +11,7 @@ #include "beats_face.h" #include "day_one_face.h" #include "voltage_face.h" +#include "stopwatch_face.h" const watch_face_t watch_faces[] = { simple_clock_face, |