fix bug in nrf_enable_rxaddr

This commit is contained in:
acevest
2020-04-15 18:50:19 +08:00
parent 1585e3731b
commit 7e519fba6a
6 changed files with 130 additions and 160 deletions

View File

@@ -159,7 +159,6 @@ void cpu_trap_entry(cpu_data_t cause, cpu_context_t *regs)
}
}
void eclic_mtip_handler();
void cpu_irq_entry(cpu_data_t irq)
{
typedef void (*irq_handler_t)();