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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/digital/io/src/main.h b/digital/io/src/main.h
index 1b09a9f8..06f2a669 100644
--- a/digital/io/src/main.h
+++ b/digital/io/src/main.h
@@ -57,6 +57,12 @@ extern uint16_t main_move_wait_cycle;
extern uint16_t main_getsamples_wait_cycle;
/**
+ * Post an event for the init loop to wait a certain amount of time before
+ * make any move
+ */
+extern uint16_t main_init_wait_cycle;
+
+/**
* Flag for homologation, to disable the path finding and always stop in front
* of an obstacle and wait.
*/