mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Fix build errors and warnings
Change-Id: Ie80bc4328d4f89a5a7b77c93f2b445d0e30fb019
This commit is contained in:
parent
b37e6bc8c1
commit
c0a2c3fe3a
3 changed files with 3 additions and 3 deletions
|
|
@ -483,7 +483,7 @@ void lcd_update_rect(int x0, int y0, int width, int height)
|
|||
/* start drawing */
|
||||
lcd_send_cmd(R_WRITE_DATA_2_GRAM);
|
||||
|
||||
addr = FBADDR(x0, y0)
|
||||
addr = FBADDR(x0, y0);
|
||||
|
||||
int c, r;
|
||||
for (r = 0; r < height; r++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue