summaryrefslogtreecommitdiffhomepage
path: root/digital
diff options
context:
space:
mode:
Diffstat (limited to 'digital')
-rw-r--r--digital/io-hub/src/apbirthday/top.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/digital/io-hub/src/apbirthday/top.cc b/digital/io-hub/src/apbirthday/top.cc
index 64cece49..fef923f3 100644
--- a/digital/io-hub/src/apbirthday/top.cc
+++ b/digital/io-hub/src/apbirthday/top.cc
@@ -391,6 +391,8 @@ FSM_TRANS (TOP_START, init_actuators, TOP_INIT_ACTUATORS)
FSM_TRANS (TOP_INIT_ACTUATORS, init_done, TOP_INIT)
{
+ robot->hardware.gift_out.reset ();
+ robot->hardware.gift_in.set ();
// Color dependent init can go here.
robot->gifts.compute_pos ();
robot->strat.color_init ();