Skip to content

Commit 01f76f0

Browse files
committed
cmake: Update Kconfig symbol name for 0.15
This commit updates the Kconfig symbol name to reflect the current version of Zephyr SDK (the 0.15.0 release forgot to do it). Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
1 parent 25fd3a6 commit 01f76f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/zephyr/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: Apache-2.0
22

3-
config TOOLCHAIN_ZEPHYR_0_14
3+
config TOOLCHAIN_ZEPHYR_0_15
44
def_bool y
55
select HAS_NEWLIB_LIBC_NANO if (ARC || (ARM && !ARM64) || RISCV)
66

0 commit comments

Comments
 (0)