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: utility/logging.h
- Revision:
- 9:312e0937630f
- Parent:
- 2:2f693560ad53
- Child:
- 15:97bc2d681e36
--- a/utility/logging.h Wed Dec 28 15:56:02 2016 +0000 +++ b/utility/logging.h Thu Dec 29 10:41:59 2016 +0000 @@ -39,6 +39,7 @@ #endif #if defined(__MBED__) #include <mbed.h> + #include "mbed/Print.h" extern Serial LogObject; #define uart_send_str(x) printf("%s",x) #define uart_send_strln(x) printf("%s\n",x)