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:
65:0568e019034b
Parent:
64:7e494186e2ec
Child:
67:08e0f3f46aa0
--- a/CommonDefinitions.h	Mon Mar 03 17:00:49 2014 +0000
+++ b/CommonDefinitions.h	Mon Mar 03 17:02:44 2014 +0000
@@ -62,7 +62,4 @@
 #define PL_URL_TEMPLATE             "http://%s/api/newdeveloper/lights/%d/state"  
 #define PL_ON_COMMAND_TEMPLATE      "{\"on\":%s,\"sat\":211,\"bri\":%d,\"hue\":13122}"
 
-// Memory Debug Enable/Disable
-#define ENABLE_MEMORY_DEBUG         true             // false - disable, true - enable
-
 #endif // _COMMON_DEFINITIONS_H_
\ No newline at end of file