Skip to content

Commit

Permalink
Pull request project-chip#750: Fix Credentials lighting-app
Browse files Browse the repository at this point in the history
Merge in WMN_TOOLS/matter from fix_credentials_lighting-app to RC_2.0.0-1.1

Squashed commit of the following:

commit 27c2bd478401f24bfa6af00137af143c02c6ad53
Author: jepenven-silabs <jean-francois.penven@silabs.com>
Date:   Fri May 5 09:24:11 2023 -0400

    Fix Credentials lighting-app
  • Loading branch information
jepenven-silabs authored and jmartinez-silabs committed May 25, 2023
1 parent 8fe68bb commit 2664177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/lighting-app/silabs/efr32/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ int main(void)
chip::DeviceLayer::PlatformMgr().LockChipStack();
// Initialize device attestation config
#ifdef SILABS_ATTESTATION_CREDENTIALS
SetDeviceAttestationCredentialsProvider(Silabs::GetSilabsDacProvider());
SetDeviceAttestationCredentialsProvider(Credentials::Silabs::GetSilabsDacProvider());
#else
SetDeviceAttestationCredentialsProvider(Examples::GetExampleDACProvider());
#endif
Expand Down

0 comments on commit 2664177

Please sign in to comment.