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:
7:8a4a61202b36
Parent:
0:a3fc1c6ef150
Child:
31:e5950e0677be
diff -r 2db2c7e75ad9 -r 8a4a61202b36 MQTTTransport.h
--- a/MQTTTransport.h	Thu Mar 27 18:14:05 2014 +0000
+++ b/MQTTTransport.h	Fri Mar 28 16:24:22 2014 +0000
@@ -33,7 +33,7 @@
         PubSubClient         *m_mqtt;
         MBEDToIOCResourceMap *m_map;
         char                  m_topic[MQTT_IOC_TOPIC_LEN+1];
-        char                  m_endpoint_name[LIGHT_NAME_LEN+1];
+        char                  m_endpoint_name[PERSONALITY_NAME_LEN+1];
         int                   m_ping_counter;
         int                   m_ping_countdown;