Red build pill

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3359 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2003-02-27 15:44:26 +00:00
parent 0d5ea771c8
commit e15b8f4414

View file

@ -39,6 +39,11 @@ BITMAPINFO2 bmi =
}; /* bitmap information */ }; /* bitmap information */
void lcd_set_invert_display(bool invert)
{
(void)invert;
}
/* lcd_update() /* lcd_update()
update lcd */ update lcd */
void lcd_update() void lcd_update()