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:
119:c620eb98af8b
Parent:
114:bd38ad417d6a
Child:
127:58cd1d28f734
--- a/CommonDefinitions.h	Wed Mar 19 21:36:48 2014 +0000
+++ b/CommonDefinitions.h	Thu Mar 20 01:46:22 2014 +0000
@@ -75,6 +75,9 @@
 #define PL_ON_COMMAND_TEMPLATE      "{ \"on\":%s, \"sat\":211, \"bri\":%d, \"hue\":13122 } "
 
 // Error Handler - use mutexes?
-#define EH_USE_MUTEXES              true                            // true - yes, false - no
+#define EH_USE_MUTEXES              true                            // true - yes, undef - no
+
+// Network - use mutexes?
+#define NETWORK_MUTEX               true                            // true - yes, undef - no
 
 #endif // _COMMON_DEFINITIONS_H_
\ No newline at end of file