Skip to content

Commit

Permalink
fix(template) include lvgl.h in lv_port_*_template.c files
Browse files Browse the repository at this point in the history
fixes: lvgl#2361
  • Loading branch information
kisvegabor committed Jul 9, 2021
1 parent f03d4b8 commit 0ae15bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/porting/lv_port_disp_template.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* INCLUDES
*********************/
#include "lv_port_disp_template.h"
#include "../../lvgl.h"

/*********************
* DEFINES
Expand Down
1 change: 1 addition & 0 deletions examples/porting/lv_port_fs_template.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* INCLUDES
*********************/
#include "lv_port_fs_template.h"
#include "../../lvgl.h"

/*********************
* DEFINES
Expand Down
1 change: 1 addition & 0 deletions examples/porting/lv_port_indev_template.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* INCLUDES
*********************/
#include "lv_port_indev_template.h"
#include "../../lvgl.h"

/*********************
* DEFINES
Expand Down

0 comments on commit 0ae15bd

Please sign in to comment.