Skip to content

Commit

Permalink
xtensa: remove XTENSA_ERR_NORET
Browse files Browse the repository at this point in the history
It is not being used anywhere, so remove.

Signed-off-by: Daniel Leung <[email protected]>
  • Loading branch information
dcpleung authored and nashif committed Jan 12, 2024
1 parent bd3c76c commit a64eec6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/zephyr/arch/xtensa/arch.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ extern void z_irq_priority_set(uint32_t irq, uint32_t prio, uint32_t flags);
Z_ISR_DECLARE(irq_p, flags_p, isr_p, isr_param_p); \
}

#define XTENSA_ERR_NORET

extern uint32_t sys_clock_cycle_get_32(void);

static inline uint32_t arch_k_cycle_get_32(void)
Expand Down

0 comments on commit a64eec6

Please sign in to comment.