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
Diff: btle/btle.cpp
- Revision:
- 94:2bac1b3c5cfc
- Parent:
- 93:0e7a9efee6d7
- Child:
- 103:138bdc859cc9
--- a/btle/btle.cpp Wed Jan 21 10:01:17 2015 +0000 +++ b/btle/btle.cpp Mon Mar 02 11:34:45 2015 +0000 @@ -61,7 +61,7 @@ error_t btle_init(void) { const bool useScheduler = false; -#ifdef TARGET_HRM1017 +#if defined(TARGET_DELTA_DFCM_NNN40) || defined(TARGET_HRM1017) SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_RC_250_PPM_4000MS_CALIBRATION, useScheduler); #else SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, useScheduler);