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/observe.c
- Revision:
- 10:df97539c6ddd
- Parent:
- 3:a280069151ac
- Child:
- 14:ec9e195830ff
diff -r 917e1705e5c2 -r df97539c6ddd wakaama/observe.c --- a/wakaama/observe.c Fri Apr 28 18:30:50 2017 +0800 +++ b/wakaama/observe.c Wed May 03 18:24:09 2017 +0800 @@ -288,7 +288,7 @@ watcherP = prv_getWatcher(contextP, uriP, serverP); if (watcherP == NULL) return COAP_500_INTERNAL_SERVER_ERROR; - // Check rule ¡°lt¡± value + 2*¡±stp¡± values < ¡°gt¡± value + // Check rule lt value + 2*stp values < gt value if ((((attrP->toSet | (watcherP->parameters?watcherP->parameters->toSet:0)) & ~attrP->toClear) & ATTR_FLAG_NUMERIC) == ATTR_FLAG_NUMERIC) { float gt;