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:
219:c40004da55c9
Parent:
218:4cb7aee65dcd
Child:
221:863be42b21f5
--- a/Definitions.h	Thu Jul 03 19:58:51 2014 +0000
+++ b/Definitions.h	Mon Jul 07 19:59:25 2014 +0000
@@ -37,16 +37,14 @@
 #endif
 
 // what kind of personality we are...
-#define LIGHT_PERSONALITY               true                      // the endpoint will be a (set of) lights
-//#define COPCAR_PERSONALITY              true                      // the endpoint will emulate a cop car
+//#define LIGHT_PERSONALITY               true                      // the endpoint will be a (set of) lights
+#define COPCAR_PERSONALITY              true                      // the endpoint will emulate a cop car
 
 // include common definitions
 #include "CommonDefinitions.h"
 
-// turn these off for NSP via cellular
-#undef EH_USE_MUTEXES
-#undef NETWORK_MUTEX
-//#undef ENABLE_THREADS
+// turn these ON for NSP via cellular
+#define ENABLE_THREADS true
 
 // NSP specific definitions
 #include "NSPDefinitions.h"