mirror of
https://github.com/lvgl/lvgl.git
synced 2024-11-27 03:33:48 +08:00
fix(demo): resolve include when repository name is not 'lvgl' (#7261)
This commit is contained in:
parent
d98f6cd6fb
commit
825c4efeca
@ -13,7 +13,7 @@ extern "C" {
|
|||||||
/*********************
|
/*********************
|
||||||
* INCLUDES
|
* INCLUDES
|
||||||
*********************/
|
*********************/
|
||||||
#include "../../../lvgl/lvgl.h"
|
#include "../../lvgl.h"
|
||||||
|
|
||||||
/*********************
|
/*********************
|
||||||
* DEFINES
|
* DEFINES
|
||||||
|
Loading…
Reference in New Issue
Block a user