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 27:bfadf9e0bbff, committed 2015-04-14
- Comitter:
- ansond
- Date:
- Tue Apr 14 16:59:42 2015 +0000
- Parent:
- 26:6c1ee1a58f8e
- Child:
- 28:bd8ddcee3a2e
- Commit message:
- updates for BLE stability
Changed in this revision
| NSDL/nsdl_support.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/NSDL/nsdl_support.cpp Sun Apr 12 06:11:25 2015 +0000
+++ b/NSDL/nsdl_support.cpp Tue Apr 14 16:59:42 2015 +0000
@@ -133,7 +133,7 @@
else {
endpoint_ptr = nsdl_init_register_endpoint(endpoint_ptr, (uint8_t *)null_domain, (uint8_t*)null_endpoint_name, null_ep_type, null_lifetime_ptr);
if(sn_nsdl_update_registration(endpoint_ptr) != 0) {
- DBG("NSP re-registration failed\r\n");
+ //DBG("NSP re-registration failed\r\n");
endpoint_registered = false;
}
else {
@@ -194,7 +194,7 @@
// re-registration update ticker...
Ticker ticker;
- ticker.attach(registration_update_tick,NSP_RD_UPDATE_PERIOD);
+ ticker.attach(registration_update_tick,NSP_TICKERUPDATE_PERIOD);
// FOREVER: main loop for event processing
while(true) {