Skip to content

Commit

Permalink
Added fix for WF200 certificate injection
Browse files Browse the repository at this point in the history
  • Loading branch information
shgutte committed Oct 4, 2022
1 parent b44263f commit 54cf4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/platform/efr32/EFR32DeviceAttestationCreds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include "efr32_creds.h"
#include "psa/crypto.h"

extern uint32_t __attestation_credentials_base;
extern uint8_t * __attestation_credentials_base;

namespace chip {
namespace Credentials {
Expand Down

0 comments on commit 54cf4de

Please sign in to comment.