summaryrefslogtreecommitdiffstats
path: root/movement/movement.h
diff options
context:
space:
mode:
authorJoey Castillo <jose.castillo@gmail.com>2021-11-26 13:43:47 -0500
committerJoey Castillo <jose.castillo@gmail.com>2021-11-26 13:43:47 -0500
commit002d368a25914527015f63967421fd0e7c5bda17 (patch)
tree81f95271cb047988bc00221291b654232a5f2278 /movement/movement.h
parent4a4ab81c6c11bc159796992590646d9ef8de5f1b (diff)
downloadSensor-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.h2
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