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

nsdl_types.h

Committer:
michaeljkoster
Date:
2015-04-13
Revision:
10:b5ecd6660d71
Parent:
0:aafd54b05111

File content as of revision 10:b5ecd6660d71:

#ifdef __cplusplus
extern "C" {
#endif

#ifndef _PL_TYPES_
#define _PL_TYPES_

typedef  unsigned char const prog_uint8_t;
typedef  signed char prog_int8_t;

typedef  unsigned short int prog_uint16_t;
typedef  signed short int prog_int16_t;

typedef  unsigned long int prog_uint32_t;
typedef  signed long int prog_int32_t;

#endif /*_PL_TYPES_*/

#ifdef __cplusplus
}
#endif