diff options
author | Wesley Aptekar-Cassels <me@wesleyac.com> | 2024-01-21 02:03:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-21 02:03:41 -0500 |
commit | 332728b51194adb9ae72a845ff230fc62da74e08 (patch) | |
tree | 888997f4d133e3fee2afb21e633ea5e44724b230 /movement/movement_faces.h | |
parent | 233036ff59f59080967f38682dc595a80ec7bb19 (diff) | |
parent | f16ce6a7670c8e26d46623fdbf928d4d8aa2c1fb (diff) | |
download | Sensor-Watch-332728b51194adb9ae72a845ff230fc62da74e08.tar.gz Sensor-Watch-332728b51194adb9ae72a845ff230fc62da74e08.tar.bz2 Sensor-Watch-332728b51194adb9ae72a845ff230fc62da74e08.zip |
Merge pull request #318 from WesleyAC/watch-face-simple-coin-flip
Add simple_coin_flip_face
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 a3ccc130..d232f0a7 100644 --- a/movement/movement_faces.h +++ b/movement/movement_faces.h @@ -95,6 +95,7 @@ #include "flashlight_face.h" #include "decimal_time_face.h" #include "wyoscan_face.h" +#include "simple_coin_flip_face.h" #include "solstice_face.h" #include "couch_to_5k_face.h" #include "minute_repeater_decimal_face.h" |