summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/dev/lcd.h
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2025-02-16 20:17:07 +0100
committerUros Majstorovic <majstor@majstor.org>2025-02-16 20:17:07 +0100
commit2e17dd17ee9777084b2f211f08c4231dd5f8b906 (patch)
treef50ad99c62d81906082cbb28eb84d857ef7311c9 /fw/fe310/eos/dev/lcd.h
parent064631db87182694459056ceeb331506b553d0f0 (diff)
extended gpio implemented
Diffstat (limited to 'fw/fe310/eos/dev/lcd.h')
-rw-r--r--fw/fe310/eos/dev/lcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/fe310/eos/dev/lcd.h b/fw/fe310/eos/dev/lcd.h
index 7ca2f7d..fafe2b4 100644
--- a/fw/fe310/eos/dev/lcd.h
+++ b/fw/fe310/eos/dev/lcd.h
@@ -1,5 +1,5 @@
#include <stdint.h>
-int eos_lcd_init(uint8_t wakeup_cause);
+int eos_lcd_init(void);
int eos_lcd_sleep(void);
int eos_lcd_wake(void);