fka mod

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

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')          ||