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 94:2bac1b3c5cfc, committed 2015-03-02
- Comitter:
- rgrover1
- Date:
- Mon Mar 02 11:34:45 2015 +0000
- Parent:
- 93:0e7a9efee6d7
- Child:
- 95:7f0d80ab964b
- Commit message:
- Synchronized with git rev dcc76f51
Author: Marcomissyou
#if defined(TARGET_DELTA_DFCM_NNN40) || defined(TARGET_HRM1017)
Changed in this revision
| btle/btle.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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);
