added max-age and content-format
Fork of mbedConnectorInterface by
Diff: mbedConnectorInterface.h
- Revision:
- 5:a929d65eb385
- Parent:
- 4:84159d67d32d
- Child:
- 6:516a88842a2b
--- a/mbedConnectorInterface.h Wed Jan 28 12:11:22 2015 +0000 +++ b/mbedConnectorInterface.h Wed Jan 28 14:43:46 2015 +0000 @@ -49,6 +49,9 @@ // Instance Pointer Table Configuration #define IPT_MAX_ENTRIES 256 // maximum number of unique pointers managed by the IPT (i.e. number of ind dynamic resources) +// Logger buffer size +#define LOGGER_BUFFER_LENGTH 256 // largest single print of a given debug line + /************** DEFAULT CONFIGURATION PARAMETERS ************************/ #endif // __MBED_CONNECTOR_INTERFACE___ \ No newline at end of file