soc: esp32: Update auto-generated _soc_inthandlers.h
Remove the auto-generated `handle_irq` label for the unneeded cases to get rid of a compile warning. Fixes #10801. Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
This commit is contained in:
parent
aa442d13e7
commit
d3528cf001
1 changed files with 0 additions and 12 deletions
|
@ -357,21 +357,9 @@ handle_irq:
|
|||
|
||||
static inline int _xtensa_handle_one_int0(unsigned int mask)
|
||||
{
|
||||
int irq;
|
||||
|
||||
return 0;
|
||||
handle_irq:
|
||||
_sw_isr_table[irq].isr(_sw_isr_table[irq].arg);
|
||||
return mask;
|
||||
}
|
||||
|
||||
static inline int _xtensa_handle_one_int6(unsigned int mask)
|
||||
{
|
||||
int irq;
|
||||
|
||||
return 0;
|
||||
handle_irq:
|
||||
_sw_isr_table[irq].isr(_sw_isr_table[irq].arg);
|
||||
return mask;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue