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.
Diff: main.cpp
- Revision:
- 3:6253a2d374fa
- Parent:
- 2:9ca5e1c221c3
- Child:
- 8:9d01fd4a63ad
--- a/main.cpp Mon Apr 16 10:55:00 2018 +0000
+++ b/main.cpp Sun Apr 29 14:19:38 2018 +0000
@@ -16,7 +16,6 @@
/////////////// structs /////////////////
struct UserInput {
Direction d;
- float mag;
};
/////////////// objects ///////////////
@@ -68,6 +67,7 @@
void init()
{
// need to initialise LCD and Gamepad
+ gameEngine.init();
lcd.init();
pad.init();