drivers: counter: native_posix: use tabs in Kconfig
Kconfig used spaces instead of tabs, leading to compliance failures. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
6b2391d000
commit
034b705745
|
@ -2,11 +2,11 @@
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
config COUNTER_NATIVE_POSIX
|
config COUNTER_NATIVE_POSIX
|
||||||
bool "Counter on COUNTER_0"
|
bool "Counter on COUNTER_0"
|
||||||
default y
|
default y
|
||||||
depends on BOARD_NATIVE_POSIX
|
depends on BOARD_NATIVE_POSIX
|
||||||
|
|
||||||
config COUNTER_NATIVE_POSIX_FREQUENCY
|
config COUNTER_NATIVE_POSIX_FREQUENCY
|
||||||
int "native_posix counter frequency in Hz"
|
int "native_posix counter frequency in Hz"
|
||||||
default 1000
|
default 1000
|
||||||
depends on COUNTER_NATIVE_POSIX
|
depends on COUNTER_NATIVE_POSIX
|
||||||
|
|
Loading…
Reference in a new issue