diff options
Diffstat (limited to 'fw/fe310/eos/interrupt.c')
-rw-r--r-- | fw/fe310/eos/interrupt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/fe310/eos/interrupt.c b/fw/fe310/eos/interrupt.c index 820d1fa..5eeace8 100644 --- a/fw/fe310/eos/interrupt.c +++ b/fw/fe310/eos/interrupt.c @@ -25,7 +25,7 @@ uintptr_t eos_intr_handle(uintptr_t int_num) { return int_num; } -void eos_intr_init(void) { +void eos_intr_init(uint8_t wakeup_cause) { for (int i = 0; i < PLIC_NUM_INTERRUPTS; i++){ ext_interrupt_handler[i] = NULL; } |