diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2021-12-03 11:30:36 -0500 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2021-12-03 11:30:36 -0500 |
commit | 8e2bf8591a70742addfd169832f03aa76210961c (patch) | |
tree | 64ab430603bc89a3c2b59d0c94431f2d7045db77 /movement/movement_config.h | |
parent | b8c824419fc565fa08fad1cf6ad7cc9f5c395599 (diff) | |
download | Sensor-Watch-8e2bf8591a70742addfd169832f03aa76210961c.tar.gz Sensor-Watch-8e2bf8591a70742addfd169832f03aa76210961c.tar.bz2 Sensor-Watch-8e2bf8591a70742addfd169832f03aa76210961c.zip |
movement: allow watch faces to request zero ticks
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 2ef43ef0..b6b3c350 100644 --- a/movement/movement_config.h +++ b/movement/movement_config.h @@ -18,6 +18,7 @@ const watch_face_t watch_faces[] = { simple_clock_face, + character_set_face, preferences_face, set_time_face, }; |