File tree 2 files changed +2
-12
lines changed
2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -252,6 +252,7 @@ template("siwx917_sdk") {
252
252
" UDMA_ROMDRIVER_PRESENT=1" ,
253
253
" PLL_ROMDRIVER_PRESENT=1" ,
254
254
" SL_MATTER_GN_BUILD=1" ,
255
+ " SILABS_LOG_OUT_UART=${ sl_uart_log_output } " ,
255
256
]
256
257
257
258
if (silabs_log_enabled && chip_logging ) {
@@ -332,12 +333,6 @@ template("siwx917_sdk") {
332
333
]
333
334
}
334
335
335
- if (sl_uart_log_output ) {
336
- defines += [ " SILABS_LOG_OUT_UART=1" ]
337
- } else {
338
- defines += [ " SILABS_LOG_OUT_UART=0" ]
339
- }
340
-
341
336
if (chip_build_libshell ) { # matter shell
342
337
defines += [ " ENABLE_CHIP_SHELL" ]
343
338
}
Original file line number Diff line number Diff line change @@ -489,6 +489,7 @@ template("efr32_sdk") {
489
489
" SL_OPENTHREAD_STACK_FEATURES_CONFIG_FILE=\" sl_openthread_features_config.h\" " ,
490
490
" SL_CSL_TIMEOUT=${ sl_ot_csl_timeout_sec } " ,
491
491
" CIRCULAR_QUEUE_USE_LOCAL_CONFIG_HEADER=1" ,
492
+ " SILABS_LOG_OUT_UART=${ sl_uart_log_output } " ,
492
493
]
493
494
494
495
if (silabs_log_enabled && chip_logging ) {
@@ -497,12 +498,6 @@ template("efr32_sdk") {
497
498
defines += [ " SILABS_LOG_ENABLED=0" ]
498
499
}
499
500
500
- if (sl_uart_log_output ) {
501
- defines += [ " SILABS_LOG_OUT_UART=1" ]
502
- } else {
503
- defines += [ " SILABS_LOG_OUT_UART=0" ]
504
- }
505
-
506
501
if (use_silabs_thread_lib ) {
507
502
defines += [ " SL_CONFIG_OPENTHREAD_LIB=1" ]
508
503
} else {
You can’t perform that action at this time.
0 commit comments