From b0e84c72d7a533f62ca750a73445da7fcebe8d18 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Wed, 17 Nov 2021 20:42:47 +0100 Subject: wakeup cause added to init functions --- fw/fe310/eos/uart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fw/fe310/eos/uart.c') diff --git a/fw/fe310/eos/uart.c b/fw/fe310/eos/uart.c index c10b6d5..4c8adba 100644 --- a/fw/fe310/eos/uart.c +++ b/fw/fe310/eos/uart.c @@ -34,7 +34,7 @@ static void uart_handle_intr(void) { } } -void eos_uart_init(void) { +void eos_uart_init(uint8_t wakeup_cause) { int i; for (i=0; i