8000 nrf5/sdk: Updating low frequency clock calibration from 4 seconds to … · godlygeek/circuitpython@f2a7e19 · GitHub
[go: up one dir, main page]

Skip to content

Commit f2a7e19

Browse files
committed
nrf5/sdk: Updating low frequency clock calibration from 4 seconds to 250 ms for stack enable when BLUETOOTH_LFCLK_RC is enabled.
1 parent ef6d583 commit f2a7e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nrf5/sdk/ble_drv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ uint32_t ble_drv_stack_enable(void) {
110110

111111
#if (BLUETOOTH_SD == 100) || (BLUETOOTH_SD == 110)
112112
#if BLUETOOTH_LFCLK_RC
113-
uint32_t err_code = sd_softdevice_enable(NRF_CLOCK_LFCLKSRC_RC_250_PPM_4000MS_CALIBRATION,
113+
uint32_t err_code = sd_softdevice_enable(NRF 4886 _CLOCK_LFCLKSRC_RC_250_PPM_250MS_CALIBRATION,
114114
softdevice_assert_handler);
115115
#else
116116
uint32_t err_code = sd_softdevice_enable(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM,

0 commit comments

Comments
 (0)
0