modified project by other user

Dependencies:   mbed

Fork of __collab_test by InetrfaceProducts NXP

Revision:
1:90119b064e7a
Parent:
0:0e25a3e84b78
Child:
5:2ccbf6d5d336
--- a/main.cpp	Sat Jun 09 00:05:21 2012 +0000
+++ b/main.cpp	Sat Jun 09 00:08:39 2012 +0000
@@ -5,8 +5,8 @@
 int main() {
     while(1) {
         myled = 1;
-        wait(0.2);
+        wait(0.1);
         myled = 0;
-        wait(0.2);
+        wait(0.1);
     }
 }