summaryrefslogtreecommitdiffhomepage
path: root/digital/io/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'digital/io/src/main.h')
-rw-r--r--digital/io/src/main.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/digital/io/src/main.h b/digital/io/src/main.h
index 24359c6d..96efb10a 100644
--- a/digital/io/src/main.h
+++ b/digital/io/src/main.h
@@ -40,4 +40,12 @@ extern uint8_t main_post_event_for_top_fsm;
*/
extern uint16_t main_sharp_ignore_event;
+/**
+ * Post an event for the main loop to wake up the move FSM in a certain count
+ * of cycles.
+ * This flag is used by the move FSM to wait a certain amount of time before
+ * checking on the sharps again.
+ */
+extern uint16_t main_move_wait_cycle;
+
#endif /* main_h */