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:
- 2:9ec8d00db1a9
- Parent:
- 1:25a16c59dd08
- Child:
- 3:03970b0d35a0
--- a/main.cpp Fri Oct 30 05:11:18 2020 +0000
+++ b/main.cpp Fri Oct 30 05:13:46 2020 +0000
@@ -16,8 +16,8 @@
pc.putc(i3);
pc.printf("\r\n");
- for(i1=0;i1<10;i1++){
- pc.printf("i1=%d -- enter any key --> ",i1);
+ for(int j=0; j<10; j++){
+ pc.printf("j=%d -- enter any key --> ",j);
c = pc.getc();
pc.putc(c);
pc.printf("\r\n");