mrobe500: Fix missing parentheses in #define

Change-Id: Ifbba50a951fb3212eabe430dfef6868a7ad5e391
This commit is contained in:
Aidan MacDonald 2022-10-03 10:17:06 +01:00
parent d25d24812e
commit b371ff1f47

View file

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