Liangzhen Lai / Mbed 2 deprecated DDRO_software_slave

Dependencies:   mbed

Revision:
3:7f4b42e1b3e2
Parent:
2:152e0a3ec192
diff -r 152e0a3ec192 -r 7f4b42e1b3e2 main.cpp
--- a/main.cpp	Tue Oct 02 23:53:42 2012 +0000
+++ b/main.cpp	Wed Oct 03 21:03:54 2012 +0000
@@ -187,7 +187,7 @@
     S5 = 1;
     do {
         i0++;
-        if(i0>1000) {
+        if(i0>10000) {
             break;
         }
         wait(0.001);
@@ -208,7 +208,7 @@
     S5 = 1;
     do {
         i0++;
-        if(i0>1000) {
+        if(i0>10000) {
             break;
         }
         wait(0.001);