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/liblwm2m.c
- Revision:
- 15:d0f20339c1ad
- Parent:
- 14:ec9e195830ff
--- a/wakaama/liblwm2m.c Sat May 06 11:21:27 2017 +0000
+++ b/wakaama/liblwm2m.c Sun May 07 03:00:16 2017 +0000
@@ -295,7 +295,6 @@
LOG_ARG("endpointName: \"%s\", msisdn: \"%s\", altPath: \"%s\", numObject: %d", endpointName, msisdn, altPath, numObject);
// This API can be called only once for now
if (contextP->endpointName != NULL || contextP->objectList != NULL) return COAP_400_BAD_REQUEST;
- printf(">>>1\n");
if (endpointName == NULL) return COAP_400_BAD_REQUEST;
//if (numObject < 3) return COAP_400_BAD_REQUEST;