Skip to content

Commit a28ddae

Browse files
authored
fix(font): fix the include path of lvgl.h (lvgl#6050)
1 parent 5826cd3 commit a28ddae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/font/lv_font_simsun_14_cjk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#ifdef LV_LVGL_H_INCLUDE_SIMPLE
88
#include "lvgl.h"
99
#else
10-
#include "lvgl/lvgl.h"
10+
#include "../../lvgl.h"
1111
#endif
1212

1313
#ifndef LV_FONT_SIMSUN_14_CJK

0 commit comments

Comments
 (0)