Malavika S / Mbed OS EVAL-AD1234

Dependencies:  

Revision:
3:a30867f9a191
Parent:
2:01bb44016b0c
Child:
4:2d26955fa1bf
--- a/main.cpp	Thu Jun 20 22:45:34 2019 +0000
+++ b/main.cpp	Thu Jun 20 22:56:17 2019 +0000
@@ -55,11 +55,6 @@
 // main() runs in its own thread in the OS
 int main()
 {
-    pc.printf("Hello World!");
-    while (true) {
-        // Blink LED and wait 0.5 seconds
-        led1 = !led1;
-
-    }
+    
 }