MBED NanoService Lighting Endpoint for NXP Ublox (Ethernet enabled)

Dependencies:   C027 C12832 EthernetInterface StatusReporter LM75B endpoint_core endpoint_nsp mbed-rtos mbed nsp_resources

Revision:
152:0b659cb24f3e
Parent:
149:3a2fe9f6bcb1
Child:
156:f727f668282f
--- a/Definitions.h	Wed Mar 26 20:29:56 2014 +0000
+++ b/Definitions.h	Wed Mar 26 20:37:51 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"