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.
Fork of nRF51822 by
Revision 62:a022be4c545d, committed 2014-09-08
- Comitter:
- rgrover1
- Date:
- Mon Sep 08 07:13:10 2014 +0000
- Parent:
- 61:d0158c65d0d7
- Child:
- 64:5d5f5cbc7c79
- Commit message:
- Minor improvement to Tsuboi San's pull request.
Changed in this revision
| btle/btle.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/btle/btle.cpp Sat Sep 06 16:48:00 2014 +0000
+++ b/btle/btle.cpp Mon Sep 08 07:13:10 2014 +0000
@@ -64,7 +64,7 @@
{
const bool useScheduler = false;
#ifdef TARGET_HRM1017
- SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_RC_250_PPM_4000MS_CALIBRATION, false);
+ SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_RC_250_PPM_4000MS_CALIBRATION, useScheduler);
#else
SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, useScheduler);
#endif
