summaryrefslogtreecommitdiffhomepage
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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/digital/io-hub/src/robospierre/top.c b/digital/io-hub/src/robospierre/top.c
index 92e42b1c..5756d38e 100644
--- a/digital/io-hub/src/robospierre/top.c
+++ b/digital/io-hub/src/robospierre/top.c
@@ -24,7 +24,7 @@
* }}} */
#include "common.h"
-#include "playground.h"
+#include "playground_2011.h"
#include "asserv.h"
#define FSM_NAME AI
@@ -69,7 +69,7 @@ struct top_t top_global;
FSM_TRANS (TOP_START, init_start_round, TOP_GOING_OUT1)
{
element_init ();
- asserv_goto (PG_X (400 + 100), PG_Y (PG_LENGTH - 200), 0);
+ asserv_goto (PG_X (PG_GREEN_WIDTH_MM + 100), PG_Y (PG_LENGTH - 200), 0);
return FSM_NEXT (TOP_START, init_start_round);
}