MBED NanoService Lighting Endpoint for NXP Ublox (cellular enabled)

Dependencies:   C027_Support C12832 StatusReporter LM75B c027_radios endpoint_core endpoint_nsp nsp_resources mbed mbed-rtos

Revision:
205:8d15b5c00a9f
Parent:
204:2bc56aa9fa5d
Child:
206:21d73db50cf3
--- a/Definitions.h	Tue Jul 01 20:03:04 2014 +0000
+++ b/Definitions.h	Tue Jul 01 20:15:09 2014 +0000
@@ -38,6 +38,11 @@
 // include common definitions
 #include "CommonDefinitions.h"
 
+// Turn all these on for cellular 
+#define EH_USE_MUTEXES              true                            // true - yes, undef - no
+#define NETWORK_MUTEX               true                            // true - yes, undef - no
+#define ENABLE_THREADS              true                            // true - yes, undef - no
+
 // NSP specific definitions
 #include "NSPDefinitions.h"