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 24:0be5b09a207e, committed 2015-04-11
- Comitter:
- ansond
- Date:
- Sat Apr 11 21:18:47 2015 +0000
- Parent:
- 23:9aeda6113295
- Child:
- 25:51cc8937022a
- Commit message:
- clean ups
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 Sat Apr 11 18:43:16 2015 +0000
+++ b/NSDL/nsdl_support.cpp Sat Apr 11 21:18:47 2015 +0000
@@ -194,7 +194,7 @@
// re-registration update ticker...
Ticker ticker;
- ticker.attach(registration_update_tick,NSP_REREGISTER_TIME);
+ ticker.attach(registration_update_tick,NSP_RD_UPDATE_PERIOD);
// FOREVER: main loop for event processing
while(true) {