ELEC2645 (2018/19) / Mbed 2 deprecated el17ebs

Dependencies:   mbed FATFileSystem

Revision:
11:6d2027253aa9
Parent:
10:9f54a6366e94
Child:
12:7f7fadb5c106
--- a/Ball/Ball.h	Tue Apr 23 12:03:38 2019 +0000
+++ b/Ball/Ball.h	Thu Apr 25 15:16:38 2019 +0000
@@ -37,7 +37,7 @@
 struct Levels {
     Coord ball; /**< start position of ball */
     Coord hole; /**< position of hole */
-    WallMap walls[15]; /**< array of wall plots */
+    WallMap walls[14]; /**< array of wall plots */
     int wall_count;
 
 };