diff options
-rw-r--r-- | app/prototypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/prototypes.h b/app/prototypes.h index 2b91b5d..64db150 100644 --- a/app/prototypes.h +++ b/app/prototypes.h @@ -25,7 +25,7 @@ extern void lcd_erase_all(void); extern void lcd_write(char *c, int x, int y); extern void lcd_backlight(int i); extern void lcd_enable_refresh(void); -extern void lcd_disable_refresh(void); +extern int lcd_disable_refresh(void); extern void lcd_reset(void); extern void lcd_init(void); extern void lcd_shutdown(void); |