diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2022-04-20 11:44:21 -0400 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2022-04-20 15:48:04 -0400 |
commit | 263e7c6543ab580bed0567b018d1f198f918a64b (patch) | |
tree | 842f1b2d19ae50f0a4d5930de613d6e6af107ab6 /movement/movement_faces.h | |
parent | 949ca2227ffca6a3f05c5ae0972fbc2c1a54d255 (diff) | |
download | Sensor-Watch-263e7c6543ab580bed0567b018d1f198f918a64b.tar.gz Sensor-Watch-263e7c6543ab580bed0567b018d1f198f918a64b.tar.bz2 Sensor-Watch-263e7c6543ab580bed0567b018d1f198f918a64b.zip |
add counter face to movement build
Diffstat (limited to 'movement/movement_faces.h')
-rw-r--r-- | movement/movement_faces.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/movement_faces.h b/movement/movement_faces.h index e279683e..f27d9f91 100644 --- a/movement/movement_faces.h +++ b/movement/movement_faces.h @@ -44,6 +44,7 @@ #include "hello_there_face.h" #include "sunrise_sunset_face.h" #include "countdown_face.h" +#include "counter_face.h" #include "blinky_face.h" #include "moon_phase_face.h" #include "mars_time_face.h" |