Skip to content

Commit a64eec6

Browse files
dcpleungnashif
authored andcommitted
xtensa: remove XTENSA_ERR_NORET
It is not being used anywhere, so remove. Signed-off-by: Daniel Leung <[email protected]>
1 parent bd3c76c commit a64eec6

File tree

1 file changed

+0
-2
lines changed
  • include/zephyr/arch/xtensa

1 file changed

+0
-2
lines changed

include/zephyr/arch/xtensa/arch.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ extern void z_irq_priority_set(uint32_t irq, uint32_t prio, uint32_t flags);
100100
Z_ISR_DECLARE(irq_p, flags_p, isr_p, isr_param_p); \
101101
}
102102

103-
#define XTENSA_ERR_NORET
104-
105103
extern uint32_t sys_clock_cycle_get_32(void);
106104

107105
static inline uint32_t arch_k_cycle_get_32(void)

0 commit comments

Comments
 (0)