1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

lv_gpu_nxp_pxp_osa.h include lv_conf_internal.h instead of lv_conf.h

Related to #1860
This commit is contained in:
Gabor Kiss-Vamosi 2020-10-26 09:13:39 +01:00
parent d6c87cb753
commit b44ddb5b64

View File

@ -34,7 +34,7 @@
extern "C" {
#endif
#include "lv_conf.h"
#include "../lv_conf_internal.h"
#if LV_USE_GPU_NXP_PXP && LV_USE_GPU_NXP_PXP_AUTO_INIT
extern lv_nxp_pxp_cfg_t pxp_default_cfg;