mqtt specific components for the impact mbed endpoint library

Dependents:   mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_mqtt_endpoint_nxp

Revision:
2:e949b5a5f40a
Parent:
0:a3fc1c6ef150
Child:
4:380d79b22468
diff -r 5976e067b32a -r e949b5a5f40a EmulatedResourceFactory.cpp
--- a/EmulatedResourceFactory.cpp	Wed Mar 26 19:55:26 2014 +0000
+++ b/EmulatedResourceFactory.cpp	Wed Mar 26 20:01:36 2014 +0000
@@ -96,7 +96,7 @@
     this->createResource(endpoint_name,"/lt/0/on","1",(void *)&emulated_light_switch_cb);             // Action: light on/off
     this->createResource(endpoint_name,"/lt/0/ctr","1",(void *)&emulated_light_switch_cb);             // Action: light on/off
     this->createResource("/dev/mdl","MQTT MBED Light");
-    this->createResource("/dev/mfg","NXP MBED");
+    this->createResource("/dev/mfg",PLATFORM_STRING);
     this->createResource("/gps/int","60");
     this->createResource("/gps/fix","1");
     this->createResource("/nw/pipaddr","N/A");