Doug Anson / mbedEndpointNetwork_BLE

Dependencies:   libnsdl_m0 BLE_API Base64 nRF51822 SplitterAssembler

Files at this revision

API Documentation at this revision

Comitter:
ansond
Date:
Tue Feb 24 02:12:54 2015 +0000
Parent:
13:260fc557a2cd
Child:
15:3c021e52addd
Commit message:
updates

Changed in this revision

bt_network/BleUartRPC/Dispatcher.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/bt_network/BleUartRPC/Dispatcher.cpp	Sun Feb 22 04:50:16 2015 +0000
+++ b/bt_network/BleUartRPC/Dispatcher.cpp	Tue Feb 24 02:12:54 2015 +0000
@@ -45,7 +45,7 @@
      int length = (int)params->len;
      uint8_t *data = (uint8_t *)params->data;
      bool send_ack = false;
-     DBG("onDataWritten: received: [%s] length=%d\r\n",data,length);
+     //DBG("onDataWritten: received: [%s] length=%d\r\n",data,length);
      
      if (strstr((char *)data,"ACK") == NULL) {
          // process this input from the peer