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 mbed-os-example-mbed5-lorawan by
Diff: trace_helper.cpp
- Revision:
- 8:7594ad70d2bf
- Parent:
- 0:7037ed05f54f
- Child:
- 17:2fc16c1d6434
diff -r 2fc0e8a7b6f0 -r 7594ad70d2bf trace_helper.cpp --- a/trace_helper.cpp Fri Mar 16 07:00:18 2018 +0000 +++ b/trace_helper.cpp Mon Mar 19 14:15:18 2018 +0000 @@ -77,7 +77,7 @@ */ static void trace_printer(const char* str) { - printf("%s\r\n", str); + pc.printf("%s\r\n", str); } #else