Own fork of MbedSmartRestMain
Dependencies: C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed
Fork of MbedSmartRestMain by
Diff: util/SmartRestTemplate.cpp
- Revision:
- 91:48069375dffa
- Parent:
- 55:a0f7295ed6b6
- Child:
- 100:dbcd3bc51758
--- a/util/SmartRestTemplate.cpp Fri Mar 20 13:55:21 2015 +0000 +++ b/util/SmartRestTemplate.cpp Fri Mar 20 14:27:10 2015 +0000 @@ -11,6 +11,7 @@ if (_len == SMARTREST_TEMPLATE_FIXED_SIZE) return false; _buffer[_len++] = line; + return true; } size_t SmartRestTemplate::writeTo(AbstractDataSink& sink) const