fix(gpu): fix the name of the gpu related includes

This commit is contained in:
Gabor Kiss-Vamosi
2021-03-16 22:59:59 +01:00
parent dad2b4aab1
commit 2676bc8839
3 changed files with 6 additions and 6 deletions

View File

@@ -26,7 +26,7 @@
#include <string.h>
#if LV_USE_GPU_STM32_DMA2D
#include "../gpu/gpu_stm32_dma2d.h"
#include "../gpu/lv_gpu_stm32_dma2d.h"
#endif
/*********************