fix(porting): add missing function prototypes (#3054)

This commit is contained in:
Gabriel Wang
2022-01-28 16:58:41 +00:00
committed by GitHub
parent 244ca091c4
commit f6ebb9a5a7
3 changed files with 3 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ extern "C" {
/**********************
* GLOBAL PROTOTYPES
**********************/
void lv_port_disp_init(void);
/**********************
* MACROS

View File

@@ -29,6 +29,7 @@ extern "C" {
/**********************
* GLOBAL PROTOTYPES
**********************/
void lv_port_fs_init(void);
/**********************
* MACROS

View File

@@ -30,6 +30,7 @@ extern "C" {
/**********************
* GLOBAL PROTOTYPES
**********************/
void lv_port_indev_init(void);
/**********************
* MACROS