Core Base Classes for the Light Endpoints

Dependencies:   BufferedSerial

Dependents:   mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet ... more

Revision:
134:58e7537a8c5f
Parent:
125:979332edc1c2
Child:
135:7f3f963cd159
--- a/Resource.h	Thu Mar 27 02:58:30 2014 +0000
+++ b/Resource.h	Fri Mar 28 16:24:12 2014 +0000
@@ -27,7 +27,7 @@
         ErrorHandler *m_error_handler;
         char          m_name[RESOURCE_NAME_LEN+1];
         char          m_value[RESOURCE_VALUE_LEN+1];
-        char          m_endpoint_name[LIGHT_NAME_LEN+1];
+        char          m_endpoint_name[PERSONALITY_NAME_LEN+1];
         void         *m_cb;
         void         *m_io;