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 15:3c021e52addd, committed 2015-03-05
- Comitter:
- ansond
- Date:
- Thu Mar 05 18:23:37 2015 +0000
- Parent:
- 14:bcb9a9ffd425
- Child:
- 16:fb9c3f2af2df
- Commit message:
- updates
Changed in this revision
--- a/NSDL/nsdl_support.cpp Tue Feb 24 02:12:54 2015 +0000
+++ b/NSDL/nsdl_support.cpp Thu Mar 05 18:23:37 2015 +0000
@@ -195,7 +195,7 @@
// only process if we are registered and thus connected... otherwise ignore
if (__registered == true) {
- DBG("NSP: waiting for data...\r\n");
+ //DBG("NSP: waiting for data...\r\n");
memset(nsp_buffer,0,NSDL_BUFFER_LENGTH);
int n = server.receiveFrom(from,nsp_buffer,NSDL_BUFFER_LENGTH);
if (n > 0) {
--- 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);
--- a/configuration.h Tue Feb 24 02:12:54 2015 +0000 +++ b/configuration.h Thu Mar 05 18:23:37 2015 +0000 @@ -1,9 +1,9 @@ #ifndef __CONFIGURATION_H_ #define __CONFIGURATION_H_ -/************** Ethernet CONFIGURATION PARAMETERS ************************/ +/************** CONFIGURATION PARAMETERS ************************/ -/************** Ethernet CONFIGURATION PARAMETERS ************************/ +/************** CONFIGURATION PARAMETERS ************************/ #endif // __CONFIGURATION_H_ \ No newline at end of file