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:
parent
4245b49c9c
commit
dc8d956562
@ -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
|
||||
|
||||
/*********************
|
||||
|
Loading…
x
Reference in New Issue
Block a user