From 3860bdf2741dd36ce395c80f4ea28c0257814e83 Mon Sep 17 00:00:00 2001 From: Jérémy Dufour Date: Sat, 16 May 2009 21:02:56 +0200 Subject: * digital/io/src: - add start zone size definition. --- digital/io/src/playground.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'digital/io') diff --git a/digital/io/src/playground.h b/digital/io/src/playground.h index 05e0965e..41788a4e 100644 --- a/digital/io/src/playground.h +++ b/digital/io/src/playground.h @@ -119,4 +119,10 @@ */ #define PG_MOVE_DISTANCE 300 +/** + * Start zone. + */ +#define PG_START_ZONE_LENGTH 500 +#define PG_START_ZONE_WIDTH 500 + #endif // playground_h -- cgit v1.2.3