header udated with __cplusplus define

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

View File

@@ -6,6 +6,10 @@
#ifndef LV_APP_PHANTOM_H
#define LV_APP_PHANTOM_H
#ifdef __cplusplus
extern "C" {
#endif
/*********************
* INCLUDES
*********************/
@@ -39,4 +43,8 @@ const lv_app_dsc_t * lv_app_phantom_init(void);
#endif /*LV_APP_ENABLE != 0 && USE_LV_APP_PHANTOM != 0*/
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif /* LV_APP_PHANTOM_H */