Fix compilation error.

Change-Id: Ic565444bf1df955703dfe91adaf3094e8ab9b990
This commit is contained in:
Michael Giacomelli 2014-12-24 00:05:31 +01:00
parent 33cb13dee5
commit 1bc3964f96

View file

@ -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