diff options
author | joeycastillo <joeycastillo@utexas.edu> | 2023-03-11 16:08:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-11 16:08:19 -0500 |
commit | b7419866d92c489925f7ff90c9ddf8f03d3f9a65 (patch) | |
tree | c3b69d227ff4cf45563df5e7e3802e3db2cdc65a /movement/movement_faces.h | |
parent | 3dafdc47097d9deb8e94ca5873b66d3ca1d97861 (diff) | |
parent | 266831cef0eaebc266383a0fea386efc86530461 (diff) | |
download | Sensor-Watch-b7419866d92c489925f7ff90c9ddf8f03d3f9a65.tar.gz Sensor-Watch-b7419866d92c489925f7ff90c9ddf8f03d3f9a65.tar.bz2 Sensor-Watch-b7419866d92c489925f7ff90c9ddf8f03d3f9a65.zip |
Merge pull request #204 from Jonas-fr/repetition_minute
New face - Repetition Minute, fork of simple clock with an accessibillity feature
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 901260eb..cd58ceee 100644 --- a/movement/movement_faces.h +++ b/movement/movement_faces.h @@ -75,6 +75,7 @@ #include "rpn_calculator_face.h" #include "ships_bell_face.h" #include "habit_face.h" +#include "repetition_minute_face.h" // New includes go above this line. #endif // MOVEMENT_FACES_H_ |