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 61:eed2446c8377, committed 2014-09-02
- Comitter:
- janekm
- Date:
- Tue Sep 02 21:11:48 2014 +0000
- Parent:
- 60:e861f2041469
- Child:
- 62:4dfe75dd5769
- Commit message:
- Changed to RC oscillator
Changed in this revision
| btle/btle.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/btle/btle.cpp Tue Sep 02 17:01:18 2014 +0100
+++ b/btle/btle.cpp Tue Sep 02 21:11:48 2014 +0000
@@ -63,7 +63,7 @@
error_t btle_init(void)
{
const bool useScheduler = false;
- SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, useScheduler);
+ SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_RC_250_PPM_4000MS_CALIBRATION, useScheduler);
// Enable BLE stack
/**
