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

fix(dma2d): add missing include for descriptor structs (#7122)

This commit is contained in:
Fabian Blatz 2024-10-23 08:16:39 +02:00 committed by GitHub
parent 4245b49c9c
commit dc8d956562
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,7 @@ extern "C" {
#if LV_USE_DRAW_DMA2D
#include "../lv_draw_private.h"
#include "../sw/lv_draw_sw.h"
#include LV_DRAW_DMA2D_HAL_INCLUDE
/*********************