MBED MQTT Lighting Endpoint for NXP LPC1768+AppBoard

Dependencies:   C12832_lcd EthernetInterface StatusReporter LM75B MQTT-ansond endpoint_core endpoint_mqtt mbed-rtos mbed

Revision:
72:ffd155ec8b93
Parent:
69:090e16acccb7
Child:
75:c3bf90aca502
diff -r 221500a073df -r ffd155ec8b93 Definitions.h
--- a/Definitions.h	Tue Mar 04 04:49:17 2014 +0000
+++ b/Definitions.h	Tue Mar 04 05:27:00 2014 +0000
@@ -26,7 +26,7 @@
 #include "CommonDefinitions.h"
 
 // Memory Debug Enable/Disable
-//#define ENABLE_MEMORY_DEBUG         true                            // false - disable, true - enable
+#define ENABLE_MEMORY_DEBUG         true                            // false - disable, true - enable
 
 // Our Endpoint Version Annoucement
 #define ENDPOINT_VERSION_ANNOUNCE "\r\nMBED IMPACT(MQTT) Endpoint v1.0"