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:
- 30:91038c2afec7
- Parent:
- 18:8256546a3cbf
- Child:
- 32:9c250eda7f3f
diff -r 4a02f0bae202 -r 91038c2afec7 main.cpp
--- a/main.cpp Thu Apr 04 22:04:10 2019 +0000
+++ b/main.cpp Fri Apr 05 13:54:34 2019 +0000
@@ -14,6 +14,5 @@
int main()
{
Game game;
- game.homeScreen();
game.run();
}