observe fixes

Dependencies:   nanoservice_client_1_12_X Nanostack_lib

Fork of mbedEndpointNetwork_6LowPAN by Doug Anson

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers nsdl_utils.h Source File

nsdl_utils.h

00001 // Support functions for the NSDL utils
00002 
00003 #ifndef NSDL_UTILS_H
00004 #define NSDL_UTILS_H
00005 
00006 #include "mbed.h"
00007 
00008 extern void  create_lqi_resource(uint8_t);
00009 extern void *own_alloc(uint16_t size);
00010 extern void  own_free(void *ptr);
00011 
00012 #endif // NSDL_UTILS_H