ELEC2645 (2018/19) / Mbed 2 deprecated el17dtt

Dependencies:   mbed

Revision:
7:9e9424f5ec4b
Parent:
6:4c55dd4b6d42
Child:
8:b3738229ba85
diff -r 4c55dd4b6d42 -r 9e9424f5ec4b main.cpp
--- a/main.cpp	Fri May 03 19:17:56 2019 +0000
+++ b/main.cpp	Sat May 04 00:11:14 2019 +0000
@@ -15,7 +15,6 @@
 #include "Gamepad.h"
 #include "N5110.h"
 #include "menu.h"
-#include "Tone.h"
 #include "engine.h"
 
 
@@ -61,6 +60,7 @@
     
     Menu menu;   
     menu.intro(lcd, gamepad);
+    menu.startMainMenu(lcd, gamepad);
 }
 // this function draws each frame on the LCD
 void render() {