MBED MQTT Lighting Endpoint for NXP Ublox (cellular enabled)

Dependencies:   C027_Support C12832 StatusReporter LM75B MQTT-ansond c027_radios endpoint_core endpoint_mqtt mbed-rtos mbed

Revision:
176:748af099b6e6
Parent:
174:4da75aabdd67
Child:
178:603a0b6b5a74
--- a/Definitions.h	Wed Mar 26 20:29:36 2014 +0000
+++ b/Definitions.h	Wed Mar 26 20:38:02 2014 +0000
@@ -23,9 +23,9 @@
 #include "mbed.h"
 
 // Platform Switch
-//#define   _ENDPOINT_UBLOX_PLATFORM      true                // uncomment for the U-Blox MBED platform
+#define   _ENDPOINT_UBLOX_PLATFORM      true                // uncomment for the U-Blox MBED platform
 //#define   _ENDPOINT_FREESCALE_PLATFORM  true                // uncomment for the Freescale Freedom MBED platform
-#define   _ENDPOINT_NXP_PLATFORM        true                // uncomment for the NXP MBED platform
+//#define   _ENDPOINT_NXP_PLATFORM        true                // uncomment for the NXP MBED platform
 
 // include common definitions
 #include "CommonDefinitions.h"