Correct preprocessor syntax (#1951)

This commit is contained in:
embeddedt
2020-12-05 19:47:50 -05:00
committed by GitHub
parent ba5ee315e9
commit b9aff01102

View File

@@ -56,7 +56,7 @@
#define PXP_OUT_PIXEL_FORMAT kPXP_OutputPixelFormatRGB565
#define PXP_AS_PIXEL_FORMAT kPXP_AsPixelFormatRGB565
#define PXP_PS_PIXEL_FORMAT kPXP_PsPixelFormatRGB565
#elif
#else
#error Only 16bit color depth is supported. Set LV_COLOR_DEPTH to 16.
#endif