Core Base Classes for the Light Endpoints

Dependencies:   BufferedSerial

Dependents:   mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet ... more

Revision:
161:a85cb6cba5ed
Parent:
160:24337c83dd1d
Child:
167:2529c18d0eb1
--- a/CommonDefinitions.h	Tue Jul 01 17:12:18 2014 +0000
+++ b/CommonDefinitions.h	Tue Jul 01 17:18:11 2014 +0000
@@ -94,14 +94,14 @@
 #define PL_ON_COMMAND_TEMPLATE      "{ \"on\":%s, \"sat\":211, \"bri\":%d, \"hue\":13122 } "
 
 #ifndef CELLULAR_NETWORK
-// Error Handler - use mutexes?
-#define EH_USE_MUTEXES              true                            // true - yes, undef - no
-
-// Network - use mutexes?
-#define NETWORK_MUTEX               true                            // true - yes, undef - no
-
-// Has Threads?
-#define ENABLE_THREADS              true    
+    // Error Handler - use mutexes?
+    #define EH_USE_MUTEXES              true                            // true - yes, undef - no
+    
+    // Network - use mutexes?
+    #define NETWORK_MUTEX               true                            // true - yes, undef - no
+    
+    // Has Threads?
+    #define ENABLE_THREADS              true                            // true - yes, undef - no
 #endif
 
 // Platform specific customizations