mrobe500: Fix missing parentheses in #define
Change-Id: Ifbba50a951fb3212eabe430dfef6868a7ad5e391
This commit is contained in:
parent
d25d24812e
commit
b371ff1f47
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@
|
|||
#define HAVE_USB_HID_MOUSE
|
||||
|
||||
/* Define this if hardware supports alternate blitting */
|
||||
#define HAVE_LCD_MODES LCD_MODE_RGB565 | LCD_MODE_YUV | LCD_MODE_PAL256
|
||||
#define HAVE_LCD_MODES (LCD_MODE_RGB565 | LCD_MODE_YUV | LCD_MODE_PAL256)
|
||||
|
||||
#define CONFIG_CPU DM320
|
||||
|
||||
|
|
Loading…
Reference in a new issue