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 CANnucleo_Hello by
Diff: main.cpp
- Revision:
- 1:267d6288df33
- Parent:
- 0:c5e5d0df6f2a
- Child:
- 2:49c9430860d1
--- a/main.cpp Sun Jul 19 09:09:42 2015 +0000
+++ b/main.cpp Sun Jul 19 14:12:34 2015 +0000
@@ -87,7 +87,7 @@
if(rxMsg.id == RX_ID) { // if ID matches
rxMsg >> counter; // extract first data item
rxMsg >> led; // extract second data item (and set led status)
- printf("counter = %d", counter);
+ printf("counter = %d\r\n", counter);
timer.start();
}
}
