add missing comemnts to __cplusplus tags

This commit is contained in:
Gabor Kiss-Vamosi
2021-02-16 10:55:10 +01:00
parent c449718f99
commit 71173aa949
3 changed files with 3 additions and 3 deletions

2
lvgl.h
View File

@@ -136,7 +136,7 @@ static inline const char *lv_version_info()
}
#ifdef __cplusplus
}
} /* extern "C" */
#endif
#endif /*LVGL_H*/

View File

@@ -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_

View File

@@ -33,7 +33,7 @@ extern "C" {
**********************/
#ifdef __cplusplus
}
} /* extern "C" */
#endif
#endif /*LVGL_SRC_H*/