fix(arduino): allow including lvgl_private.h even if the examles and demos are in the src folder (#7366)
This commit is contained in:
committed by
GitHub
parent
51aadcd87d
commit
8fbf72a1dc
@@ -37,7 +37,7 @@
|
||||
#include "../../src/core/lv_global.h"
|
||||
|
||||
#if LV_USE_PERF_MONITOR
|
||||
#include "../../src/display/lv_display_private.h"
|
||||
#include "../../lvgl_private.h"
|
||||
#endif
|
||||
|
||||
/**********************
|
||||
|
||||
Reference in New Issue
Block a user