mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-15 16:12:28 -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
|
||||
|
||||
/* 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))
|
||||
xworld
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue