summaryrefslogtreecommitdiff
path: root/digital/io-hub/src/robospierre/top.c
diff options
context:
space:
mode:
Diffstat (limited to 'digital/io-hub/src/robospierre/top.c')
-rw-r--r--digital/io-hub/src/robospierre/top.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/digital/io-hub/src/robospierre/top.c b/digital/io-hub/src/robospierre/top.c
index 3d39f60a..7732fb50 100644
--- a/digital/io-hub/src/robospierre/top.c
+++ b/digital/io-hub/src/robospierre/top.c
@@ -434,7 +434,6 @@ FSM_TRANS (TOP_DROP_CLEARING, robot_move_success,
element, TOP_GOING_TO_ELEMENT)
{
clamp_drop_clear ();
- pawn_sensor_bumper_wait (3 * 250);
switch (top_decision ())
{
default: return FSM_NEXT (TOP_DROP_CLEARING, robot_move_success, drop);
@@ -447,7 +446,6 @@ FSM_TRANS (TOP_DROP_CLEARING, robot_move_failure,
element, TOP_GOING_TO_ELEMENT)
{
clamp_drop_clear ();
- pawn_sensor_bumper_wait (3 * 250);
switch (top_decision ())
{
default: return FSM_NEXT (TOP_DROP_CLEARING, robot_move_failure, drop);