abc

Fork of BLE_API by Bluetooth Low Energy

Revision:
408:c8e057dcbb26
Parent:
327:8c645f5694b2
diff -r 8c645f5694b2 -r c8e057dcbb26 services/UARTService.h
--- a/services/UARTService.h	Fri Mar 27 13:03:37 2015 +0000
+++ b/services/UARTService.h	Mon Jun 08 12:56:47 2015 +0000
@@ -180,11 +180,9 @@
 
 private:
     BLEDevice          &ble;
-
     uint8_t             receiveBuffer[BLE_UART_SERVICE_MAX_DATA_LEN]; /**< The local buffer into which we receive
                                                                        *   inbound data before forwarding it to the
                                                                        *   application. */
-
     uint8_t             sendBuffer[BLE_UART_SERVICE_MAX_DATA_LEN];    /**< The local buffer into which outbound data is
                                                                        *   accumulated before being pushed to the
                                                                        *   rxCharacteristic. */