ELEC2645 (2018/19) / Mbed 2 deprecated el17dg

Dependencies:   mbed

Fork of el17dg by Dmitrijs Griskovs

Revision:
36:207ec7db8648
Parent:
35:172db1608332
Child:
37:6a2bf4488022
--- a/main/main.cpp	Tue Apr 30 20:51:39 2019 +0000
+++ b/main/main.cpp	Thu May 02 13:35:22 2019 +0000
@@ -53,7 +53,9 @@
 int main(){
     lcd.init();
     gamepad.init();
-    //printf("Intro starts\n"); 
+    #ifdef DEBUGel17dg
+    printf("Intro starts\n");
+    #endif 
     intro();
     createdByIntro();
     noteToPlayer();