ELEC2645 (2018/19) / Mbed 2 deprecated EL17MCD

Dependencies:   mbed

Revision:
19:1c3ff2d748ae
Parent:
17:cb39d9fa08dc
Child:
20:3c58ae38d6bc
diff -r 165e3d49daa8 -r 1c3ff2d748ae main.cpp
--- 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);        
   }