Skip to content

Commit ff1392b

Browse files
committed
[NXP][k32w0] Updating default sdk path to nxp_matter_support
Signed-off-by: Gatien Chapon <gatien.chapon@nxp.com>
1 parent 7689e4e commit ff1392b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/nxp/k32w/k32w0/args.gni

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ nxp_use_lwip = false
2323
nxp_use_mbedtls_port = false
2424

2525
if (getenv("NXP_K32W0_SDK_ROOT") == "") {
26-
k32w0_sdk_root = "${chip_root}/third_party/nxp/k32w0_sdk/repo/core"
26+
k32w0_sdk_root = "${nxp_sdk_matter_support_root}/github_sdk/k32w0_sdk/repo/core"
2727
} else {
2828
k32w0_sdk_root = getenv("NXP_K32W0_SDK_ROOT")
2929
}

0 commit comments

Comments
 (0)