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: wakaama/internals.h
- Branch:
- wakaama_mbed
- Revision:
- 9:279794541018
- Parent:
- 0:f9d13e09cf11
--- a/wakaama/internals.h Wed May 03 15:37:32 2017 +0800 +++ b/wakaama/internals.h Wed May 03 08:37:57 2017 +0000 @@ -61,6 +61,7 @@ #include "er-coap-13/er-coap-13.h" +#define WITH_LOGS #ifdef WITH_LOGS #define LOG(...) fprintf(stderr, __VA_ARGS__) #else