summaryrefslogtreecommitdiffstats
path: root/movement/movement_faces.h
diff options
context:
space:
mode:
authorSpencer Bywater <spencer.bywater@gmail.com>2022-05-18 08:11:34 -0700
committerGitHub <noreply@github.com>2022-05-18 11:11:34 -0400
commit96aaa47c8ec3c25d1ae2d4ee292ef5b83c8423fc (patch)
tree9970729f4aa922963b586e195cf98725bc77f3eb /movement/movement_faces.h
parentcd405735351035df657b64547b3dfc6a3d59db56 (diff)
downloadSensor-Watch-96aaa47c8ec3c25d1ae2d4ee292ef5b83c8423fc.tar.gz
Sensor-Watch-96aaa47c8ec3c25d1ae2d4ee292ef5b83c8423fc.tar.bz2
Sensor-Watch-96aaa47c8ec3c25d1ae2d4ee292ef5b83c8423fc.zip
Probability watch face (#69)
* Initial work on probability watch face * Complete probability watch face * Restore default movement_config * PR feedback: PR watch face title, use arc4random, clean up warnings * Use rand instead of arc4random when building on emulator * Accidentally overwrote movement_config
Diffstat (limited to 'movement/movement_faces.h')
-rw-r--r--movement/movement_faces.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/movement_faces.h b/movement/movement_faces.h
index e7e78ff4..7c51b6ff 100644
--- a/movement/movement_faces.h
+++ b/movement/movement_faces.h
@@ -52,6 +52,7 @@
#include "orrery_face.h"
#include "astronomy_face.h"
#include "tomato_face.h"
+#include "probability_face.h"
// New includes go above this line.
#endif // MOVEMENT_FACES_H_