mirror of
https://github.com/lvgl/lvgl.git
synced 2026-08-18 02:38:01 +08:00
fix(lvgl_private): remove extern "C" section (#10159)
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user