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.
Dependencies: mbed
Diff: main.cpp
- Revision:
- 1:5863255898a3
- Parent:
- 0:ccfe324ca25b
- Child:
- 3:1cae0dd371ff
diff -r ccfe324ca25b -r 5863255898a3 main.cpp
--- a/main.cpp Fri Apr 11 10:16:51 2014 +0000
+++ b/main.cpp Wed May 07 10:46:16 2014 +0000
@@ -6,7 +6,7 @@
int main()
{
- for (i=0; i<65535; i++) {
+ for (i=0; i<=65535; i++) {
bus1 = i;
bus2 = i;
wait(0.001);