summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérémy Dufour2009-05-16 21:02:56 +0200
committerJérémy Dufour2009-05-16 21:02:56 +0200
commit3860bdf2741dd36ce395c80f4ea28c0257814e83 (patch)
tree0140a232689b9612e588779d8dcce3ed14588931
parent594c2e2e06224fef8ed3177914e4860c8e016856 (diff)
* digital/io/src:
- add start zone size definition.
-rw-r--r--digital/io/src/playground.h6
1 files changed, 6 insertions, 0 deletions
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