Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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') ||