summaryrefslogtreecommitdiffhomepage
path: root/digital/io/src/playground.h
diff options
context:
space:
mode:
authorJérémy Dufour2009-05-21 12:36:18 +0200
committerJérémy Dufour2009-05-21 12:36:18 +0200
commit89cb1cef0a6f5aa039b73258d13b196eef2f5a36 (patch)
tree3fc6f7cc8c2907f44af2f0fd7d9383e498811d9c /digital/io/src/playground.h
parent94e5319df41fa94357ba2944604a3730565145f1 (diff)
* digital/io/src:
- remove the unsable zone from the playground.
Diffstat (limited to 'digital/io/src/playground.h')
-rw-r--r--digital/io/src/playground.h5
1 files changed, 5 insertions, 0 deletions
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