Test fork

Dependencies:   mbed

Fork of mbed_blinky by Nathaniel Honka

Revision:
2:b2de914930bc
Parent:
1:8c53426523f5
--- a/main.cpp	Wed Mar 18 19:06:41 2015 +0000
+++ b/main.cpp	Wed Mar 18 19:07:54 2015 +0000
@@ -10,5 +10,6 @@
         wait(0.2);
         myled = 1;
         wait(0.5);
+        // Don't push this comment
     }
 }