8 lines
192 B
Plaintext
8 lines
192 B
Plaintext
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
# Copyright (c) 2023 Nordic Semiconductor ASA
|
||
|
|
||
|
config SYS_CLOCK_TICKS_PER_SEC
|
||
|
default 16384 if NRF_RTC_TIMER && TICKLESS_KERNEL
|
||
|
|
||
|
source "Kconfig.zephyr"
|