diff options
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); |