From 54cf4dea557e29df301843d36092e9aa07c21897 Mon Sep 17 00:00:00 2001 From: Shrinivas Date: Tue, 4 Oct 2022 16:03:36 +0530 Subject: [PATCH] Added fix for WF200 certificate injection --- examples/platform/efr32/EFR32DeviceAttestationCreds.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/platform/efr32/EFR32DeviceAttestationCreds.cpp b/examples/platform/efr32/EFR32DeviceAttestationCreds.cpp index 942505bd82e81c..27b65c4e8fcc2f 100644 --- a/examples/platform/efr32/EFR32DeviceAttestationCreds.cpp +++ b/examples/platform/efr32/EFR32DeviceAttestationCreds.cpp @@ -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 {