Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed FATFileSystem
Diff: Ball/Ball.h
- 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;
};