Skip to content

Commit

Permalink
samples: matter: Replace z_arch_esf_t with struct arch_esf
Browse files Browse the repository at this point in the history
Fix deprecation warning by replacing `z_arch_esf_t` with `struct
arch_esf`.

Signed-off-by: Adrian Gielniewski <[email protected]>
  • Loading branch information
adigie authored and ArekBalysNordic committed Nov 25, 2024
1 parent c4e3ffe commit 2ac011b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ using namespace chip;
namespace Nrf
{
struct CrashDescription {
z_arch_esf_t Esf = {};
struct arch_esf Esf = {};
unsigned int Reason = 0;
const char *ThreadName = nullptr;
uint32_t *ThreadInt = 0;
Expand Down

0 comments on commit 2ac011b

Please sign in to comment.