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:
- 1:d290d6a34bef
- Parent:
- 0:94cffad90b69
- Child:
- 2:e35627187804
--- a/main.cpp Sun Oct 20 11:32:15 2013 +0000
+++ b/main.cpp Sun Oct 20 11:35:09 2013 +0000
@@ -73,7 +73,6 @@
}
bytenum = (bytenum + 1) % 3;
c = ps2ms.getc();
- printf("c=%d butenum=%d\n\r", c, bytenum);
}
}
}