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

fix(demo): resolve include when repository name is not 'lvgl' (#7261)

This commit is contained in:
cristian-stoica 2024-11-13 11:20:28 +02:00 committed by GitHub
parent d98f6cd6fb
commit 825c4efeca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ extern "C" {
/*********************
* INCLUDES
*********************/
#include "../../../lvgl/lvgl.h"
#include "../../lvgl.h"
/*********************
* DEFINES