summaryrefslogtreecommitdiffhomepage
path: root/digital/io/src/main.h
diff options
context:
space:
mode:
authorNicolas Schodet2010-04-01 23:57:20 +0200
committerNicolas Schodet2010-04-01 23:57:20 +0200
commit80b3da91dac28a5895a8cb9f0477a7008365dd56 (patch)
treec1f0f544676df83c81ed185fa90f1e832be8dabb /digital/io/src/main.h
parent811125a12c40ab0d7d90da8da2142c382a7301cc (diff)
digital/io: wipe-out old robot code, closes #112
Diffstat (limited to 'digital/io/src/main.h')
-rw-r--r--digital/io/src/main.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/digital/io/src/main.h b/digital/io/src/main.h
index 06f2a669..92793fcc 100644
--- a/digital/io/src/main.h
+++ b/digital/io/src/main.h
@@ -49,23 +49,9 @@ extern uint16_t main_sharp_ignore_event;
extern uint16_t main_move_wait_cycle;
/**
- * Post an event for the main loop to wake up the getsamples FSM in a certain
- * count of cycles.
- * This is used by the getsamples FSM to timeout if the arm is completely
- * blocked.
- */
-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.
- */
-extern uint8_t main_always_stop_for_obstacle;
-
#endif /* main_h */