mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-16 00:22:29 -05:00
Fix compilation error.
Change-Id: Ic565444bf1df955703dfe91adaf3094e8ab9b990
This commit is contained in:
parent
33cb13dee5
commit
1bc3964f96
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ clock
|
||||||
#ifdef HAVE_LCD_BITMAP
|
#ifdef HAVE_LCD_BITMAP
|
||||||
|
|
||||||
/* XWorld only supports color horizontal stride LCDs /for now/ ;) */
|
/* XWorld only supports color horizontal stride LCDs /for now/ ;) */
|
||||||
#if (defined(HAVE_LCD_COLOR) && \
|
#if defined(HAVE_LCD_COLOR) && \
|
||||||
(!defined(LCD_STRIDEFORMAT) || (LCD_STRIDEFORMAT != VERTICAL_STRIDE))
|
(!defined(LCD_STRIDEFORMAT) || (LCD_STRIDEFORMAT != VERTICAL_STRIDE))
|
||||||
xworld
|
xworld
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue