mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
Also check for NRF52_SERIES
, since NRF52
is only for NRF52832_XXAA
.
This commit is contained in:
@ -174,7 +174,7 @@ static void rtc_config(void)
|
||||
uint32_t err_code;
|
||||
|
||||
/* Start the internal LFCLK XTAL oscillator */
|
||||
#ifdef NRF52
|
||||
#if defined(NRF52) || defined(NRF52_SERIES)
|
||||
err_code = nrf_drv_clock_init();
|
||||
APP_ERROR_CHECK(err_code);
|
||||
nrf_drv_clock_lfclk_request(NULL);
|
||||
|
Reference in New Issue
Block a user