fix(lvgl_private): remove extern "C" section (#10159)

This commit is contained in:
André Costa
2026-05-22 08:17:57 +02:00
committed by GitHub
parent feff6373b7
commit f6754b3934
-7
View File
@@ -5,10 +5,6 @@
#ifndef LVGL_PRIVATE_SRC_H
#define LVGL_PRIVATE_SRC_H
#ifdef __cplusplus
extern "C" {
#endif
/*********************
* INCLUDES
*********************/
@@ -243,7 +239,4 @@ extern "C" {
* MACROS
**********************/
#ifdef __cplusplus
} /*extern "C"*/
#endif
#endif /* LVGL_PRIVATE_SRC_H */