diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2021-12-11 11:24:28 -0500 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2021-12-11 11:24:28 -0500 |
commit | 405addafe77baa7aaca836c45ded6718312cfbf1 (patch) | |
tree | 916be720a64a6f0d31598ca643fc15bfda99d3c5 /movement/movement_config.h | |
parent | e4f9737e21b6489be04e43f0af23aa968dba9ac2 (diff) | |
download | Sensor-Watch-movement-timer-stuff.tar.gz Sensor-Watch-movement-timer-stuff.tar.bz2 Sensor-Watch-movement-timer-stuff.zip |
untested WIP, connect TC2's count to RTC's PER0 tickmovement-timer-stuff
Diffstat (limited to 'movement/movement_config.h')
-rw-r--r-- | movement/movement_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/movement_config.h b/movement/movement_config.h index 6aeb0b83..1f048971 100644 --- a/movement/movement_config.h +++ b/movement/movement_config.h @@ -18,6 +18,7 @@ #include "demo_face.h" const watch_face_t watch_faces[] = { + demo_face, simple_clock_face, preferences_face, set_time_face, |