Liangzhen Lai / Mbed 2 deprecated DDRO_software_slave

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
liangzhen
Date:
Wed Oct 03 21:03:54 2012 +0000
Parent:
2:152e0a3ec192
Commit message:
modified leakage integration time limit

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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);