Skip to content

Commit 450559e

Browse files
Revert "[nxp noup][platform][common] Update platform names for w0/w1"
This reverts commit 00a8d3a. Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
1 parent 5c05632 commit 450559e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/nxp/BUILD.gn

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ source_set("logging") {
2626
"${chip_root}/src/platform/logging:headers",
2727
]
2828

29-
if (nxp_platform == "k32w0" || nxp_platform == "mcxw71_k32w1") {
29+
if (nxp_platform == "k32w/k32w0" || nxp_platform == "k32w1") {
3030
sources = [ "${chip_root}/src/platform/nxp/${nxp_platform}/Logging.cpp" ]
3131
} else {
3232
sources = [ "${chip_root}/src/platform/nxp/common/Logging.cpp" ]

0 commit comments

Comments
 (0)