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:7a0bae2281e8
- Parent:
- 1:c65875995efb
diff -r c65875995efb -r 7a0bae2281e8 main.cpp
--- a/main.cpp Tue Oct 13 16:34:21 2020 +0000
+++ b/main.cpp Tue Oct 13 16:45:15 2020 +0000
@@ -38,7 +38,7 @@
while (1)
{
- printClass.PrintString(s, sizeof(s));
+ printClass.PrintString(s);
printClass.PrintIntValues(68);
printClass.PrintIntValues(x, sizeof(x) / sizeof(int));