summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--digital/io/src/top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/io/src/top.c b/digital/io/src/top.c
index dd4d12b4..7098db82 100644
--- a/digital/io/src/top.c
+++ b/digital/io/src/top.c
@@ -83,7 +83,7 @@ top_get_next_position_to_get_distributor (asserv_position_t *clean_position,
static const asserv_position_t distributor[DISTRIBUTOR_COUNT][2] =
{
/* First distributor. */
- { { 2711, 0 + DISTRIBUTOR_PROTECTION, 270 }, { 2711, 200, 270 } },
+ { { 2711, 0 + DISTRIBUTOR_PROTECTION, 270 }, { 2711, DISTRIBUTOR_PROTECTION, 270 } },
/* Second distributor. */
{ { PG_WIDTH - DISTRIBUTOR_PROTECTION, 600, 90 }, { PG_WIDTH - DISTRIBUTOR_PROTECTION, 800, 0 } },
/* Third distributor. */