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.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/digital/io/src/main.h b/digital/io/src/main.h
index 8791d5ed..15f1fce0 100644
--- a/digital/io/src/main.h
+++ b/digital/io/src/main.h
@@ -33,11 +33,4 @@
*/
extern uint8_t main_post_event_for_top_fsm;
-/**
- * Do not generate sharps event for FSM during a certain count of cycles.
- * This flag is used by the move FSM to prevent it from being alerted by the
- * main loop that there is an object in from of the bot.
- */
-extern uint16_t main_sharp_ignore_event;
-
#endif /* main_h */