diff options
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/asm/lcd-as-memframe.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/asm/lcd-as-memframe.c b/firmware/asm/lcd-as-memframe.c index 8ea9e68a39..e952f4f7f0 100644 --- a/firmware/asm/lcd-as-memframe.c +++ b/firmware/asm/lcd-as-memframe.c | |||
@@ -177,5 +177,7 @@ void lcd_write_yuv420_lines_odither(fb_data *dst, | |||
177 | int width, int stride, | 177 | int width, int stride, |
178 | int x_screen, int y_screen) | 178 | int x_screen, int y_screen) |
179 | { | 179 | { |
180 | (void)x_screen; | ||
181 | (void)y_screen; | ||
180 | return lcd_write_yuv420_lines(dst, src, width, stride); | 182 | return lcd_write_yuv420_lines(dst, src, width, stride); |
181 | } | 183 | } |