mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -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
|
|
@ -255,7 +255,7 @@ static void remote_update_lcd(void)
|
|||
data[6] = (y + 1) << 3; /* y2 */
|
||||
|
||||
for (x = 0; x < RC_WIDTH; x++)
|
||||
data[x + 7] = FBREMOTEADDR(x,y);
|
||||
data[x + 7] = *FBREMOTEADDR(x,y);
|
||||
|
||||
remote_tx(data, RC_WIDTH + 7);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue