fka mod
Fork of BLE_API by
Revision 1209:26d85722b59f, committed 2017-11-24
- Comitter:
- FrancisDrake
- Date:
- Fri Nov 24 12:18:15 2017 +0000
- Parent:
- 1208:65474dc93927
- Commit message:
- Caliper Mods
Changed in this revision
ble/services/UARTService.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/ble/services/UARTService.h Wed Sep 14 14:18:00 2016 +0100 +++ b/ble/services/UARTService.h Fri Nov 24 12:18:15 2017 +0000 @@ -117,7 +117,7 @@ length -= bytesToCopy; sendBufferIndex += bytesToCopy; bufferIndex += bytesToCopy; - + /* Have we collected enough? */ if ((sendBufferIndex == BLE_UART_SERVICE_MAX_DATA_LEN) || // (sendBuffer[sendBufferIndex - 1] == '\r') ||