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:
88:6a6d0b8751cb
Parent:
86:8ddeaa7389a6
Child:
90:0fed8d3e0b81
--- a/CommonDefinitions.h	Wed Mar 12 23:47:30 2014 +0000
+++ b/CommonDefinitions.h	Wed Mar 12 23:50:54 2014 +0000
@@ -31,7 +31,7 @@
 #define NUM_RESOURCES               25
 
 // IOC <--> Resource Mapping
-#define NUM_MAPPINGS                16             // matches the number of resources
+#define NUM_MAPPINGS                17             // matches the number of resources
 
 // MapEntry Name length
 #define MAX_NAME_LENGTH             24