We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c05632 commit 450559eCopy full SHA for 450559e
src/platform/nxp/BUILD.gn
@@ -26,7 +26,7 @@ source_set("logging") {
26
"${chip_root}/src/platform/logging:headers",
27
]
28
29
- if (nxp_platform == "k32w0" || nxp_platform == "mcxw71_k32w1") {
+ if (nxp_platform == "k32w/k32w0" || nxp_platform == "k32w1") {
30
sources = [ "${chip_root}/src/platform/nxp/${nxp_platform}/Logging.cpp" ]
31
} else {
32
sources = [ "${chip_root}/src/platform/nxp/common/Logging.cpp" ]
0 commit comments