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:
- 18:ba4159ab4da7
- Parent:
- 17:ce6b54422113
- Child:
- 19:1073cc64cb0b
diff -r ce6b54422113 -r ba4159ab4da7 main.cpp
--- a/main.cpp	Wed May 08 13:03:24 2019 +0000
+++ b/main.cpp	Wed May 08 15:01:45 2019 +0000
@@ -33,7 +33,7 @@
     wait(1.0f/fps);
     while (1) { 
         game.UI(pad,lcd); 
-        game.init();   
+        game.init();  
         int lives = game.get_lives();
         while (lives > 0) {
             render();