diff --git a/samples/matter/common/src/diagnostic/diagnostic_logs_crash.h b/samples/matter/common/src/diagnostic/diagnostic_logs_crash.h index 0c74b32516bf..2b2dc2d9353b 100644 --- a/samples/matter/common/src/diagnostic/diagnostic_logs_crash.h +++ b/samples/matter/common/src/diagnostic/diagnostic_logs_crash.h @@ -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;