add the prototypes of the examples
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef LV_EX_FLEX_H
|
||||
#define LV_EX_FLEX_H
|
||||
#ifndef LV_EXAMPLE_FLEX_H
|
||||
#define LV_EXAMPLE_FLEX_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -25,6 +25,12 @@ extern "C" {
|
||||
/**********************
|
||||
* GLOBAL PROTOTYPES
|
||||
**********************/
|
||||
void lv_example_flex_1(void);
|
||||
void lv_example_flex_2(void);
|
||||
void lv_example_flex_3(void);
|
||||
void lv_example_flex_4(void);
|
||||
void lv_example_flex_5(void);
|
||||
void lv_example_flex_6(void);
|
||||
|
||||
/**********************
|
||||
* MACROS
|
||||
@@ -34,4 +40,4 @@ extern "C" {
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
|
||||
#endif /*LV_EX_FLEX_H*/
|
||||
#endif /*LV_EXAMPLE_FLEX_H*/
|
||||
|
||||
Reference in New Issue
Block a user