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:
- 192:54b758a8eaaa
- Parent:
- 191:c83c1c5010ed
diff -r c83c1c5010ed -r 54b758a8eaaa CommonDefinitions.h --- a/CommonDefinitions.h Wed Sep 24 19:12:35 2014 +0000 +++ b/CommonDefinitions.h Fri Sep 26 05:16:07 2014 +0000 @@ -22,6 +22,9 @@ // maximum memory buffer chunk (including HTTPS requests) #define MAX_BUFFER_LENGTH 256 +// maximum memory buffer chunk (including HTTPS requests) +#define MAX_SMALL_BUFFER_LENGTH 256 + // Error Handler Log Message Length #define MAX_LOG_MESSAGE MAX_BUFFER_LENGTH // maximum size of a logging message #define TEMP_BUFFER_LEN 128 // working/temp buffer length