Skip to content

Commit

Permalink
Update src/lib/BUILD.gn
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei Litvin <[email protected]>
  • Loading branch information
crlonxp and andy31415 committed Nov 11, 2024
1 parent 6ba573e commit d68f068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ source_set("without-logging") {
"${chip_root}/src/transport",
]

if (chip_device_config_enable_wifipaf == true) {
if (chip_device_config_enable_wifipaf) {
public_deps += [ "${chip_root}/src/wifipaf" ]
}

Expand Down

0 comments on commit d68f068

Please sign in to comment.