Skip to content

Commit a6fa818

Browse files
committed
Updated as per comments
1 parent 14482bc commit a6fa818

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/Bluefruit52Lib/src/bluefruit.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,12 +235,12 @@ err_t AdafruitBluefruit::begin(uint8_t prph_count, uint8_t central_count)
235235
{
236236
// LXRC
237237
.source = NRF_CLOCK_LF_SRC_RC,
238-
.rc_ctiv = 8, //16
238+
.rc_ctiv = 16,
239239
.rc_temp_ctiv = 2,
240240
#if SD_VER < 500
241241
.xtal_accuracy = NRF_CLOCK_LF_XTAL_ACCURACY_250_PPM
242242
#else
243-
.accuracy = NRF_CLOCK_LF_ACCURACY_20_PPM
243+
.accuracy = NRF_CLOCK_LF_ACCURACY_250_PPM
244244
#endif
245245
};
246246
#else

0 commit comments

Comments
 (0)