observe fixes

Dependencies:   nanoservice_client_1_12_X Nanostack_lib

Fork of mbedEndpointNetwork_6LowPAN by Doug Anson

Revision:
0:2a5a48a8b4d4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/configuration.h	Sun Feb 01 18:26:13 2015 +0000
@@ -0,0 +1,19 @@
+#ifndef __CONFIGURATION_H_
+#define __CONFIGURATION_H_
+
+/************** CONFIGURATION PARAMETERS  ************************/
+
+// APP
+#define APP_DEV_HEAP_SIZE       6000
+
+// Tasklet
+#define RETRY_TIMER             1
+#define NSP_REGISTRATION_TIMER  2
+#define NODE_SHORT_ADDRESS      1
+#define AUDP_SOCKET_PORT        61630
+#define RECV_CTRL_UDP_PORT      1050                                        // receive
+#define SEND_CTRL_UDP_PORT      1060                                        // send
+
+/************** CONFIGURATION PARAMETERS  ************************/
+
+#endif // __CONFIGURATION_H_
\ No newline at end of file