Skip to content

Commit

Permalink
Merge pull request #46 from ycsin/pr/arch_esf
Browse files Browse the repository at this point in the history
zephyr: change `z_arch_esf_t` to `struct arch_esf`
  • Loading branch information
nashif authored Jun 3, 2024
2 parents c11a318 + a77215d commit a447588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zephyr/wrapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ int poll_for_register_delay(uint32_t reg, uint32_t mask,
}

void k_sys_fatal_error_handler(unsigned int reason,
const z_arch_esf_t *esf)
const struct arch_esf *esf)
{
ARG_UNUSED(esf);
LOG_PANIC();
Expand Down

0 comments on commit a447588

Please sign in to comment.