Doug Anson / mbedEndpointNetwork_BLE

Dependencies:   libnsdl_m0 BLE_API Base64 nRF51822 SplitterAssembler

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