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
- Revision:
- 10:df97539c6ddd
- Parent:
- 3:a280069151ac
diff -r 917e1705e5c2 -r df97539c6ddd wakaama/internals.h
--- a/wakaama/internals.h	Fri Apr 28 18:30:50 2017 +0800
+++ b/wakaama/internals.h	Wed May 03 18:24:09 2017 +0800
@@ -62,6 +62,8 @@
 
 #include "er-coap-13/er-coap-13.h"
 
+#define LWM2M_WITH_LOGS
+
 #ifdef LWM2M_WITH_LOGS
 #include <inttypes.h>
 #define LOG(STR) lwm2m_printf("[%s:%d] " STR "\r\n", __func__ , __LINE__)