mirror of
https://github.com/lvgl/lvgl.git
synced 2026-08-17 09:42:19 +08:00
arch(lvgl_private): add lvgl_private inc folder and add missing includes for private headers (#10066)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#ifndef LVGL_PRIVATE_H
|
||||
#define LVGL_PRIVATE_H
|
||||
|
||||
/*Include every private header*/
|
||||
#include "../../src/lvgl_private.h"
|
||||
|
||||
#endif /*LVGL_PRIVATE_H*/
|
||||
Reference in New Issue
Block a user