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
Revision 14:bcb9a9ffd425, committed 2015-02-24
- 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