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:
- 19:1c3ff2d748ae
- Parent:
- 17:cb39d9fa08dc
- Child:
- 20:3c58ae38d6bc
--- a/main.cpp Tue Apr 30 09:30:40 2019 +0000
+++ b/main.cpp Tue May 07 12:33:27 2019 +0000
@@ -39,7 +39,7 @@
while(1) { // infinite loop
menus.start_up_screen(graphics, lcd, pad);
- menus.main_menu(graphics, lcd, pad, scores);
+ // menus.main_menu(graphics, lcd, pad, scores);
engine.initgame(menus);
engine.game_loop(graphics, lcd, pad, menus, scores);
}