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.
Fork of serial_communication by
Diff: main.cpp
- Revision:
- 1:32c006ad8eaf
- Parent:
- 0:15ca75f6e1a0
diff -r 15ca75f6e1a0 -r 32c006ad8eaf main.cpp
--- a/main.cpp Sun Feb 21 14:10:38 2016 +0000
+++ b/main.cpp Sun Feb 21 14:49:52 2016 +0000
@@ -37,7 +37,7 @@
pc.printf("Second three characters: %c%c%c \n\r",ch[3],ch[4],ch[5]);
- //devide ch array into two separate char arrays
+ //devide ch array into two separate char arrays (buf1 and buf2)
sprintf(buf1,"%c%c%c",ch[0],ch[1],ch[2]);
sprintf(buf2,"%c%c%c",ch[3],ch[4],ch[5]);
