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:2651ad0f52c0
- Parent:
- 0:81685bb49271
- Child:
- 2:85afa5129e56
--- a/main.cpp Mon Apr 23 09:25:26 2018 +0000
+++ b/main.cpp Mon Apr 23 09:31:48 2018 +0000
@@ -26,7 +26,7 @@
pc.printf("-- ");
}
if (ret == 0) {
- pc.printf("%02x ", (adrs + i));
+ pc.printf("%02x ", (adrs + i) << 1);
}
}
pc.printf("\n");