Formytest

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
charlesxu918
Date:
Mon Jun 11 14:25:39 2018 +0000
Parent:
0:baa1bbcfdb55
Commit message:
0611

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r baa1bbcfdb55 -r c2a6df14a221 main.cpp
--- a/main.cpp	Mon Jun 11 13:10:56 2018 +0000
+++ b/main.cpp	Mon Jun 11 14:25:39 2018 +0000
@@ -1,5 +1,5 @@
 #include "mbed.h"
-#include "LowPowerTimeout.h"
+
 DigitalOut myled(LED1);
 Serial pc(USBTX, USBRX);
 LowPowerTimeout timeout;
@@ -19,4 +19,4 @@
     }
 
     return 0;
-}
+}
\ No newline at end of file