1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

dma2d fix

This commit is contained in:
Gabor Kiss-Vamosi 2020-05-08 12:06:01 +02:00
parent f387e1af37
commit 2500c65506

View File

@ -12,9 +12,11 @@
#if LV_USE_GPU_STM32_DMA2D
#if defined(STM32F4)
#include "stm32f4xx_hal.h"
#elif defiend(STM32F7)
#include "stm32f4xx_hal.h"
#include "stm32f4xx_hal.h"
#elif defined(STM32F7)
#include "stm32f7xx_hal.h"
#else
#error "Not supported STM32 family to use DMA2D"
#endif
/*********************