Skip to content

Commit

Permalink
Fix condition to fully remove LCD/uart usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinez-silabs committed Feb 6, 2023
1 parent bcf3068 commit 10242bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/silabs/efr32_sdk.gni
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ template("efr32_sdk") {
if ((defined(invoker.chip_enable_pw_rpc) && invoker.chip_enable_pw_rpc) ||
chip_build_libshell || enable_openthread_cli ||
(defined(invoker.chip_enable_wifi) && invoker.chip_enable_wifi) ||
show_qr_code || disable_lcd || use_external_flash) {
show_qr_code || !disable_lcd || use_external_flash) {
defines += [ "CONFIG_ENABLE_UART" ]

if (use_external_flash) {
Expand Down

0 comments on commit 10242bc

Please sign in to comment.