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 386:52cd618a90b4, committed 2015-08-13
- Comitter:
- elevatorguy
- Date:
- Thu Aug 13 02:33:38 2015 +0000
- Parent:
- 385:6c82f06746bb
- Commit message:
- changes
Changed in this revision
source/btle/btle.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/source/btle/btle.cpp Mon Jul 06 10:21:03 2015 +0100 +++ b/source/btle/btle.cpp Thu Aug 13 02:33:38 2015 +0000 @@ -52,11 +52,11 @@ error_t btle_init(void) { -#if defined(TARGET_DELTA_DFCM_NNN40) || defined(TARGET_HRM1017) +//#if defined(TARGET_DELTA_DFCM_NNN40) || defined(TARGET_HRM1017) SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_RC_250_PPM_4000MS_CALIBRATION, NULL); -#else - SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, NULL); -#endif +//#else +// SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, NULL); +//#endif // Enable BLE stack /**