Skip to content

Commit

Permalink
Fix condition to fully remove LCD/uart usage (project-chip#24885)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinez-silabs authored Feb 6, 2023
1 parent 5eb5d91 commit 238d606
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 @@ -297,7 +297,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 238d606

Please sign in to comment.