From 71173aa949084db4313bfbee263718442491539c Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Tue, 16 Feb 2021 10:55:10 +0100 Subject: [PATCH] add missing comemnts to __cplusplus tags --- lvgl.h | 2 +- src/lv_misc/lv_printf.h | 2 +- src/lvgl.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lvgl.h b/lvgl.h index 0667c5618..be30ce540 100644 --- a/lvgl.h +++ b/lvgl.h @@ -136,7 +136,7 @@ static inline const char *lv_version_info() } #ifdef __cplusplus -} +} /* extern "C" */ #endif #endif /*LVGL_H*/ diff --git a/src/lv_misc/lv_printf.h b/src/lv_misc/lv_printf.h index a89617cd0..be667c1d4 100644 --- a/src/lv_misc/lv_printf.h +++ b/src/lv_misc/lv_printf.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_ diff --git a/src/lvgl.h b/src/lvgl.h index 77dca2bec..343456b1b 100644 --- a/src/lvgl.h +++ b/src/lvgl.h @@ -33,7 +33,7 @@ extern "C" { **********************/ #ifdef __cplusplus -} +} /* extern "C" */ #endif #endif /*LVGL_SRC_H*/