add missing comemnts to __cplusplus tags
This commit is contained in:
2
lvgl.h
2
lvgl.h
@@ -136,7 +136,7 @@ static inline const char *lv_version_info()
|
||||
}
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
|
||||
#endif /*LVGL_H*/
|
||||
|
||||
@@ -61,7 +61,7 @@ int lv_vsnprintf(char * buffer, size_t count, const char * format, va_list va);
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
|
||||
#endif // _LV_PRINTF_H_
|
||||
|
||||
@@ -33,7 +33,7 @@ extern "C" {
|
||||
**********************/
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
|
||||
#endif /*LVGL_SRC_H*/
|
||||
|
||||
Reference in New Issue
Block a user