MBED MQTT Lighting Endpoint for NXP Ublox (Ethernet enabled)

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

Revision:
61:5bafa4632a87
Parent:
59:80bb2471bd1c
Child:
63:d89fb4ded2d6
--- a/Definitions.h	Mon Mar 03 17:00:57 2014 +0000
+++ b/Definitions.h	Mon Mar 03 17:02:52 2014 +0000
@@ -25,6 +25,9 @@
 // include common definitions
 #include "CommonDefinitions.h"
 
+// Memory Debug Enable/Disable
+#define ENABLE_MEMORY_DEBUG         true                            // false - disable, true - enable
+
 // Our Endpoint Version Annoucement
 #define ENDPOINT_VERSION_ANNOUNCE "\r\nMBED IMPACT(MQTT) Endpoint v1.0"