Skip to content

Commit 6406135

Browse files
mstasiaknordicnordicjm
authored andcommitted
[nrf fromlist] tests: drivers: clock_control_api: fix Kconfig logic
Kconfig was using symbol with redundant CONFIG prefix. Upstream PR #: 95496 Signed-off-by: Michał Stasiak <[email protected]>
1 parent a9c15a8 commit 6406135

File tree

1 file changed

+1
-1
lines changed
  • tests/drivers/clock_control/clock_control_api

1 file changed

+1
-1
lines changed

tests/drivers/clock_control/clock_control_api/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
config TEST_NRF_HF_STARTUP_TIME_US
55
int "Delay required for HF clock startup."
6-
default 3000 if CONFIG_SOC_SERIES_NRF91X
6+
default 3000 if SOC_SERIES_NRF91X
77
default 500
88
depends on SOC_FAMILY_NORDIC_NRF
99
help

0 commit comments

Comments
 (0)