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.
Dependencies: libnsdl_m0 BLE_API Base64 nRF51822 SplitterAssembler
Diff: bt_network/BleUartRPC/UartRPC.cpp
- Revision:
- 35:71eb3663ecbd
- Parent:
- 33:4f6929e123f2
- Child:
- 36:aa73681951ad
--- a/bt_network/BleUartRPC/UartRPC.cpp Mon Jul 27 03:00:13 2015 +0000 +++ b/bt_network/BleUartRPC/UartRPC.cpp Fri Sep 04 21:04:08 2015 +0000 @@ -204,7 +204,9 @@ } // accumulate to dispatch locally... - bool UartRPC::accumulate(uint8_t *buffer,int buffer_length) { + bool UartRPC::accumulate(uint8_t *buffer,int buffer_length) { + //DBG("UartRPC:: accumulating... [%s] length=%d bytes...\r\n",buffer,buffer_length); + // add to the accumulator this->m_recv_accumulator.add(buffer,buffer_length);