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/UartRPCFunctions.cpp
- Revision:
- 15:3c021e52addd
- Parent:
- 11:d601b867b297
- Child:
- 16:fb9c3f2af2df
--- a/bt_network/BleUartRPC/UartRPCFunctions.cpp Tue Feb 24 02:12:54 2015 +0000 +++ b/bt_network/BleUartRPC/UartRPCFunctions.cpp Thu Mar 05 18:23:37 2015 +0000 @@ -83,7 +83,7 @@ int ble_rpc_recv_packet(uint8_t *buffer,int buffer_length) { - DBG("ble_rpc_recv_packet: checking for a local dispatch...\r\n"); + //DBG("ble_rpc_recv_packet: checking for a local dispatch...\r\n"); if (__rpc->localDispatchAvailable()) { DBG("ble_rpc_recv_packet: local dispatch is ready. Retrieving...\r\n"); return __rpc->retrieveLocalDispatch(buffer,buffer_length);