From 89cb1cef0a6f5aa039b73258d13b196eef2f5a36 Mon Sep 17 00:00:00 2001 From: Jérémy Dufour Date: Thu, 21 May 2009 12:36:18 +0200 Subject: * digital/io/src: - remove the unsable zone from the playground. --- digital/io/src/playground.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'digital/io/src/playground.h') diff --git a/digital/io/src/playground.h b/digital/io/src/playground.h index a755e885..8b863385 100644 --- a/digital/io/src/playground.h +++ b/digital/io/src/playground.h @@ -125,4 +125,9 @@ #define PG_START_ZONE_LENGTH 500 #define PG_START_ZONE_WIDTH 500 +/** + * The bottom of the table is not usable. + */ +#define PG_BOTTOM_UNUSABLE_ZONE 150 + #endif // playground_h -- cgit v1.2.3