diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2022-10-09 22:50:31 -0500 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2022-10-09 22:50:31 -0500 |
commit | 5bb058f5854c582c95e87ced5c5100f55e3408c7 (patch) | |
tree | 23984f46994c1229efb0b2530f0006d9d46616c2 /movement/movement_faces.h | |
parent | 33dec21cf1cb0ebd340e8d42253611540ca29b7c (diff) | |
download | Sensor-Watch-5bb058f5854c582c95e87ced5c5100f55e3408c7.tar.gz Sensor-Watch-5bb058f5854c582c95e87ced5c5100f55e3408c7.tar.bz2 Sensor-Watch-5bb058f5854c582c95e87ced5c5100f55e3408c7.zip |
add watch face for frequency correction and measurement
Diffstat (limited to 'movement/movement_faces.h')
-rw-r--r-- | movement/movement_faces.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/movement/movement_faces.h b/movement/movement_faces.h index e18f3683..1f36e966 100644 --- a/movement/movement_faces.h +++ b/movement/movement_faces.h @@ -54,7 +54,7 @@ #include "tomato_face.h" #include "probability_face.h" #include "wake_face.h" -// #include "interval_face.h" +#include "frequency_correction_face.h" // New includes go above this line. #endif // MOVEMENT_FACES_H_ |