W R / Mbed 2 deprecated 4180_Final_Project_old

Dependencies:   mbed wave_player mbed-rtos 4180Final SDFileSystem

Revision:
5:1e8b48d6682b
Parent:
4:8331c1239f6a
diff -r 8331c1239f6a -r 1e8b48d6682b play.cpp
--- a/play.cpp	Mon Apr 27 19:30:53 2020 +0000
+++ b/play.cpp	Mon Apr 27 20:35:13 2020 +0000
@@ -1,4 +1,4 @@
-#include "mbed.h"
+/*#include "mbed.h"
 #include "uLCD_4DGL.h"
 #include "Nav_Switch.h"
 //#include "SDFileSystem.h"
@@ -97,7 +97,7 @@
                 nextRound();
             }
             curTime++;
-            */
+            
         }
         timer++;
     }
@@ -107,3 +107,4 @@
 {
     play();
 }
+*/