Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei Litvin <[email protected]>
  • Loading branch information
jmartinez-silabs and andy31415 authored Sep 24, 2024
1 parent 38cebd8 commit 0357ad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion third_party/silabs/SiWx917_sdk.gni
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ template("siwx917_sdk") {
"${segger_rtt_root}:segger_rtt_printf",
]

if (sl_uart_log_output == false) {
if (!sl_uart_log_output ) {
public_deps += [ "${segger_rtt_root}:segger_rtt_syscalls" ]
}

Expand Down
2 changes: 1 addition & 1 deletion third_party/silabs/efr32_sdk.gni
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@ template("efr32_sdk") {
"${segger_rtt_root}:segger_rtt_printf",
]

if (sl_uart_log_output == false) {
if (!sl_uart_log_output) {
public_deps += [ "${segger_rtt_root}:segger_rtt_syscalls" ]
}

Expand Down

0 comments on commit 0357ad3

Please sign in to comment.