We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b66678d + 0563276 commit d36ebe7Copy full SHA for d36ebe7
features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NORDIC_SOFTDEVICE/TARGET_NRF52/source/btle/btle.cpp
@@ -112,7 +112,6 @@ static uint32_t signalEvent()
112
113
error_t btle_init(void)
114
{
115
- nrf_clock_lf_cfg_t clockConfiguration;
116
ret_code_t err_code;
117
118
// register softdevice handler vector
@@ -122,6 +121,7 @@ error_t btle_init(void)
122
121
err_code = nrf_sdh_enable_request();
123
ASSERT_STATUS(err_code);
124
#else
+ nrf_clock_lf_cfg_t clockConfiguration;
125
// Configure the LF clock according to values provided by btle_clock.h.
126
// It is input from the chain of the yotta configuration system.
127
clockConfiguration.source = LFCLK_CONF_SOURCE;
0 commit comments