ELEC2645 (2018/19) / Mbed 2 deprecated EL17MCD

Dependencies:   mbed

Revision:
20:3c58ae38d6bc
Parent:
19:1c3ff2d748ae
--- a/main.cpp	Tue May 07 12:33:27 2019 +0000
+++ b/main.cpp	Tue May 07 12:42:15 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);        
   }