Skip to content

Commit

Permalink
fix(font): fix the include path of lvgl.h (lvgl#6050)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheops authored Apr 12, 2024
1 parent 5826cd3 commit a28ddae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/font/lv_font_simsun_14_cjk.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 7,7 @@
#ifdef LV_LVGL_H_INCLUDE_SIMPLE
#include "lvgl.h"
#else
#include "lvgl/lvgl.h"
#include "../../lvgl.h"
#endif

#ifndef LV_FONT_SIMSUN_14_CJK
Expand Down

0 comments on commit a28ddae

Please sign in to comment.