Skip to content

Commit e075c51

Browse files
app: boards: native_sim: switch to non-deprecated Kconfig for counter
Switch to using the non-deprecated Kconfig symbol for setting the native_sim counter frequency. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
1 parent d7c42c6 commit e075c51

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/boards/native_sim.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024 Henrik Brix Andersen <henrik@brixandersen.dk>
1+
# Copyright (c) 2024-2025 Henrik Brix Andersen <henrik@brixandersen.dk>
22
# SPDX-License-Identifier: Apache-2.0
33

4-
CONFIG_COUNTER_NATIVE_POSIX_FREQUENCY=1000000
4+
CONFIG_COUNTER_NATIVE_SIM_FREQUENCY=1000000
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024 Henrik Brix Andersen <henrik@brixandersen.dk>
1+
# Copyright (c) 2024-2025 Henrik Brix Andersen <henrik@brixandersen.dk>
22
# SPDX-License-Identifier: Apache-2.0
33

4-
CONFIG_COUNTER_NATIVE_POSIX_FREQUENCY=1000000
4+
CONFIG_COUNTER_NATIVE_SIM_FREQUENCY=1000000

0 commit comments

Comments
 (0)