diff options
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/lcd-remote.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/lcd-remote.h b/firmware/export/lcd-remote.h index 58133fc7ce..c5793eda93 100644 --- a/firmware/export/lcd-remote.h +++ b/firmware/export/lcd-remote.h @@ -52,7 +52,7 @@ extern void lcd_remote_puts_scroll_style(int x, int y, const unsigned char* stri int style); extern void lcd_remote_update(void); -extern void lcd_remote_update_rect int x_start, int y, int width, int height); +extern void lcd_remote_update_rect(int x_start, int y, int width, int height); /* Memory copy of display bitmap */ extern unsigned char lcd_remote_framebuffer[LCD_REMOTE_HEIGHT/8][LCD_REMOTE_WIDTH]; |