Skip to content

Commit 2be62ee

Browse files
test
1 parent 441b41b commit 2be62ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/clock_control/Kconfig.nrf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ endif # CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION
131131
config CLOCK_CONTROL_NRF_HFINT_CALIBRATION
132132
bool "HFINT clock calibration"
133133
depends on SOC_NRF54L05 || SOC_NRF54L10 || SOC_NRF54L15
134+
default y
134135
help
135136
Enables periodic calibration of high-frequency clock. Calibration
136137
is experimental.
@@ -139,7 +140,7 @@ if CLOCK_CONTROL_NRF_HFINT_CALIBRATION
139140

140141
config CLOCK_CONTROL_NRF_HFINT_CALIBRATION_PERIOD
141142
int "HFINT clock calibration period in milliseconds"
142-
default 60000
143+
default 2000
143144
help
144145
Periodically, high-frequency internal clock calibration is
145146
performed. This includes requesting high-frequency clock and

0 commit comments

Comments
 (0)