Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: main.cpp
- 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);