MBED NanoService Lighting Endpoint for NXP Ublox (cellular enabled)

Dependencies:   C027_Support C12832 StatusReporter LM75B c027_radios endpoint_core endpoint_nsp nsp_resources mbed mbed-rtos

Files at this revision

API Documentation at this revision

Comitter:
ansond
Date:
Wed Mar 26 20:37:51 2014 +0000
Parent:
151:80214cf3afba
Child:
153:651717c096d7
Commit message:
updates

Changed in this revision

Definitions.h Show annotated file Show diff for this revision Revisions of this file
--- 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"