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.h
- Revision:
- 12:cc4b0014fc3a
- Parent:
- 11:1fadb70654a6
- Child:
- 13:4e6f1ebf886c
--- a/wakaama/liblwm2m.h Wed May 03 19:00:24 2017 +0800 +++ b/wakaama/liblwm2m.h Wed May 03 19:07:42 2017 +0800 @@ -93,15 +93,7 @@ int tz_minuteswest; /*minutes to greenwich time*/ int tz_dsttime; /*type of DST correction*/ }; -int gettimeofday(struct timeval* t, void* timezone); -#define lwm2m_gettimeofday gettimeofday -#define lwm2m_malloc malloc -#define lwm2m_free free -#else -int lwm2m_gettimeofday(struct timeval *tv, void *p); -void *lwm2m_malloc(size_t s); -void lwm2m_free(void *p); #endif