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:
- 23:888d27c409df
- Parent:
- 21:c4439c50a5af
- Child:
- 24:fb407a7f57bb
diff -r 1ce14a6cd293 -r 888d27c409df utility/logging.h --- a/utility/logging.h Sat Jan 14 21:15:33 2017 +0100 +++ b/utility/logging.h Sat Jan 14 21:18:53 2017 +0100 @@ -63,7 +63,7 @@ #endif #endif #if defined(__MBED__) - #define F(string_literal) (reinterpret_cast<const __FlashStringHelper *>(PSTR(string_literal))) +// #define F(string_literal) (reinterpret_cast<const __FlashStringHelper *>(PSTR(string_literal))) #endif #endif