diff options
author | Uros Majstorovic <majstor@majstor.org> | 2025-02-16 20:17:07 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2025-02-16 20:17:07 +0100 |
commit | 2e17dd17ee9777084b2f211f08c4231dd5f8b906 (patch) | |
tree | f50ad99c62d81906082cbb28eb84d857ef7311c9 /fw/fe310/eos/dev/lcd.h | |
parent | 064631db87182694459056ceeb331506b553d0f0 (diff) |
extended gpio implemented
Diffstat (limited to 'fw/fe310/eos/dev/lcd.h')
-rw-r--r-- | fw/fe310/eos/dev/lcd.h | 2 |
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); |