diff options
author | Joey Castillo <jose.castillo@gmail.com> | 2021-11-26 13:43:47 -0500 |
---|---|---|
committer | Joey Castillo <jose.castillo@gmail.com> | 2021-11-26 13:43:47 -0500 |
commit | 002d368a25914527015f63967421fd0e7c5bda17 (patch) | |
tree | 81f95271cb047988bc00221291b654232a5f2278 /movement/movement.h | |
parent | 4a4ab81c6c11bc159796992590646d9ef8de5f1b (diff) | |
download | Sensor-Watch-002d368a25914527015f63967421fd0e7c5bda17.tar.gz Sensor-Watch-002d368a25914527015f63967421fd0e7c5bda17.tar.bz2 Sensor-Watch-002d368a25914527015f63967421fd0e7c5bda17.zip |
movement: add world clock face
Diffstat (limited to 'movement/movement.h')
-rw-r--r-- | movement/movement.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/movement/movement.h b/movement/movement.h index 0379fe7b..5c1f0dfa 100644 --- a/movement/movement.h +++ b/movement/movement.h @@ -98,6 +98,8 @@ typedef struct { } movement_event_t; extern const int16_t movement_timezone_offsets[]; +extern const char movement_valid_position_0_chars[]; +extern const char movement_valid_position_1_chars[]; /** @brief Perform setup for your watch face. * @details It's tempting to say this is 'one-time' setup, but technically this function is called more than |