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
Diff: main.cpp
- Revision:
- 1:f09ff0ed98fd
- Parent:
- 0:fd8eda608206
- Child:
- 2:00a3edbe39b0
--- a/main.cpp Wed May 08 18:50:21 2019 +0000 +++ b/main.cpp Wed May 08 19:44:17 2019 +0000 @@ -60,7 +60,7 @@ pad.init(); // initialise the game with correct ball and paddle sizes - eng.init(WALL_WIDTH,WALL_HEIGHT,AVENGER_SIZE,STONE_SIZE,SPEED); + eng.init(WALL_WIDTH,WALL_GAP,AVENGER_SIZE,STONE_SIZE,SPEED); } void welcome() {