From 760a56ba0746070e205184a15f0b05ef7b6304df Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Wed, 7 Apr 2010 23:50:36 +0200 Subject: digital/io: forget sharps --- digital/io/src/main.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'digital/io/src/main.h') 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 */ -- cgit v1.2.3