header udated with __cplusplus define

This commit is contained in:
Kiss-Vamosi Gabor
2017-07-09 15:32:49 +02:00
parent 8bf03bd7e3
commit 7fab8564d0
49 changed files with 691 additions and 100 deletions

View File

@@ -6,6 +6,10 @@
#ifndef LV_APP_FILES_H
#define LV_APP_FILES_H
#ifdef __cplusplus
extern "C" {
#endif
/*********************
* INCLUDES
*********************/
@@ -36,4 +40,8 @@ const lv_app_dsc_t * lv_app_files_init(void);
#endif /*LV_APP_ENABLE != 0 && USE_LV_APP_FILES != 0*/
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif /* LV_APP_EXAMPLE_H */