Core Base Classes for the Light Endpoints
Dependents: mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet ... more
Diff: CommonDefinitions.h
- Revision:
- 127:58cd1d28f734
- Parent:
- 119:c620eb98af8b
- Child:
- 128:fde8d042a9af
--- a/CommonDefinitions.h Tue Mar 25 03:21:00 2014 +0000 +++ b/CommonDefinitions.h Wed Mar 26 19:59:40 2014 +0000 @@ -80,4 +80,17 @@ // Network - use mutexes? #define NETWORK_MUTEX true // true - yes, undef - no +// Platform String (for all supported platforms that may be compiled against) +#ifdef _ENDPOINT_UBLOX_PLATFORM + #define PLATFORM_STRING "U-Blox MBED" +#endif + +#ifdef _ENDPOINT_NXP_PLATFORM + #define PLATFORM_STRING "NXP MBED" +#endif + +#ifdef _ENDPOINT_FREEDOM_PLATFORM + #define PLATFORM_STRING "Freescale MBED" +#endif + #endif // _COMMON_DEFINITIONS_H_ \ No newline at end of file