mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
lcd: fix yellow from accidental commit
Change-Id: I05c2676bcd5a4a0f75804af0e5367da5acd4ee55
This commit is contained in:
parent
75ad7c9792
commit
4e1faa032f
1 changed files with 2 additions and 0 deletions
|
@ -177,5 +177,7 @@ void lcd_write_yuv420_lines_odither(fb_data *dst,
|
|||
int width, int stride,
|
||||
int x_screen, int y_screen)
|
||||
{
|
||||
(void)x_screen;
|
||||
(void)y_screen;
|
||||
return lcd_write_yuv420_lines(dst, src, width, stride);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue