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

Files at this revision

API Documentation at this revision

Comitter:
ansond
Date:
Tue Jul 01 20:15:49 2014 +0000
Parent:
205:8d15b5c00a9f
Child:
207:01f3236a2339
Commit message:
updates

Changed in this revision

Definitions.h Show annotated file Show diff for this revision Revisions of this file
--- a/Definitions.h	Tue Jul 01 20:15:09 2014 +0000
+++ b/Definitions.h	Tue Jul 01 20:15:49 2014 +0000
@@ -39,9 +39,9 @@
 #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
+#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"