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:
218:4cb7aee65dcd
Parent:
217:57bed06b5fa3
Child:
219:c40004da55c9
--- a/Definitions.h	Thu Jul 03 18:36:49 2014 +0000
+++ b/Definitions.h	Thu Jul 03 19:58:51 2014 +0000
@@ -37,16 +37,16 @@
 #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 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
+// turn these off for NSP via cellular
+#undef EH_USE_MUTEXES
+#undef NETWORK_MUTEX
+//#undef ENABLE_THREADS
 
 // NSP specific definitions
 #include "NSPDefinitions.h"