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:
- 4:a139a18be4a5
- Parent:
- 3:edb0044a1052
diff -r edb0044a1052 -r a139a18be4a5 main.cpp
--- a/main.cpp Tue Apr 26 05:20:38 2022 +0000
+++ b/main.cpp Tue Apr 26 05:21:44 2022 +0000
@@ -35,8 +35,7 @@
printf("Read Addressed: %s\n", buf);
break;
}
- for (int i = 0; i < 30; i++) {
+ for (int i = 0; i < 30; i++)
buf[i] = 0; // Clear buffer
- }
}
}
\ No newline at end of file