Formytest

Dependencies:   mbed

Revision:
1:c2a6df14a221
Parent:
0:baa1bbcfdb55
--- 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