version of nsdl to work with lwm2m, updated RD parameters and location option handling

Dependents:   ArchPro_LWM2M_LED_Client Weather_Station_LWM2M mbedEndpointNetwork

Fork of nanoservice_client_1_12 by Zach Shelby

Committer:
michaeljkoster
Date:
Mon Apr 13 22:13:40 2015 +0000
Revision:
10:b5ecd6660d71
Parent:
0:aafd54b05111
Add error return from sn_nsdl_register_endpoint() in sn_nsdl.c

Who changed what in which revision?

UserRevisionLine numberNew contents of line
zdshelby 0:aafd54b05111 1 #ifdef __cplusplus
zdshelby 0:aafd54b05111 2 extern "C" {
zdshelby 0:aafd54b05111 3 #endif
zdshelby 0:aafd54b05111 4
zdshelby 0:aafd54b05111 5 #ifndef _PL_TYPES_
zdshelby 0:aafd54b05111 6 #define _PL_TYPES_
zdshelby 0:aafd54b05111 7
zdshelby 0:aafd54b05111 8 typedef unsigned char const prog_uint8_t;
zdshelby 0:aafd54b05111 9 typedef signed char prog_int8_t;
zdshelby 0:aafd54b05111 10
zdshelby 0:aafd54b05111 11 typedef unsigned short int prog_uint16_t;
zdshelby 0:aafd54b05111 12 typedef signed short int prog_int16_t;
zdshelby 0:aafd54b05111 13
zdshelby 0:aafd54b05111 14 typedef unsigned long int prog_uint32_t;
zdshelby 0:aafd54b05111 15 typedef signed long int prog_int32_t;
zdshelby 0:aafd54b05111 16
zdshelby 0:aafd54b05111 17 #endif /*_PL_TYPES_*/
zdshelby 0:aafd54b05111 18
zdshelby 0:aafd54b05111 19 #ifdef __cplusplus
zdshelby 0:aafd54b05111 20 }
zdshelby 0:aafd54b05111 21 #endif
zdshelby 0:aafd54b05111 22