Skip to content

Commit

Permalink
Bugfix: Required to enabled EFR32_ATTESTATION_CREDENTIALS. (#25417)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcasallas-silabs authored and pull[bot] committed Sep 12, 2023
1 parent 09e358d commit 1779060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/platform/silabs/efr32/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ source_set("efr32-common") {

# Attestation Credentials
if (chip_build_platform_attestation_credentials_provider) {
deps += [ ":efr32-attestation-credentials" ]
public_deps += [ ":efr32-attestation-credentials" ]
}

# Factory Data Provider
Expand Down

0 comments on commit 1779060

Please sign in to comment.