File tree 3 files changed +5
-3
lines changed
contact-sensor-app/nxp/k32w1
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,8 @@ k32w1_executable("contact_sensor_app") {
214
214
}
215
215
216
216
deps += [
217
- " ${ chip_root } /examples/providers:device_info_provider"
217
+ " ${ chip_root } /examples/providers:device_info_provider" ,
218
+ " ${ chip_root } /src/platform/logging:default"
218
219
]
219
220
220
221
# lit and sit are using different zap files
Original file line number Diff line number Diff line change @@ -208,7 +208,8 @@ k32w1_executable("light_app") {
208
208
]
209
209
210
210
deps += [
211
- " ${ chip_root } /examples/providers:device_info_provider"
211
+ " ${ chip_root } /examples/providers:device_info_provider" ,
212
+ " ${ chip_root } /src/platform/logging:default"
212
213
]
213
214
214
215
if (chip_config_dimmable_led ) {
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ source_set("logging") {
26
26
" ${ chip_root } /src/platform/logging:headers" ,
27
27
]
28
28
29
- if (nxp_platform == " k32w/k32w0" || nxp_platform == " k32w/ k32w1" ) {
29
+ if (nxp_platform == " k32w/k32w0" || nxp_platform == " k32w1" ) {
30
30
sources = [ " ${ chip_root } /src/platform/nxp/${ nxp_platform } /Logging.cpp" ]
31
31
} else {
32
32
sources = [ " ${ chip_root } /src/platform/nxp/common/Logging.cpp" ]
You can’t perform that action at this time.
0 commit comments