summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--digital/io/src/top_cb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/io/src/top_cb.c b/digital/io/src/top_cb.c
index fed78ef2..1a200cfb 100644
--- a/digital/io/src/top_cb.c
+++ b/digital/io/src/top_cb.c
@@ -256,7 +256,7 @@ top__CONFIGURE_ASSERV__settings_acknowledged (void)
/* Clear the flag for the setting acknowleged */
top_waiting_for_settings_ack_ = 0;
/* Start the move FSM to move the the bot away from the border */
- move_start (PG_X_START, PG_Y_START + BOT_MIN_DISTANCE_TURN_FREE);
+ move_start (PG_X_START, PG_Y_START - BOT_MIN_DISTANCE_TURN_FREE);
return top_next (CONFIGURE_ASSERV, settings_acknowledged);
}