mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
fix(cpp build): fix the order of __cplusplus tag and #endf in lv_anim.h
This commit is contained in:
parent
71173aa949
commit
0d3a206f00
@ -411,9 +411,9 @@ extern const lv_anim_path_t lv_anim_path_def;
|
|||||||
* MACROS
|
* MACROS
|
||||||
**********************/
|
**********************/
|
||||||
|
|
||||||
#endif /*LV_ANIM_H*/
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
} /* extern "C" */
|
} /* extern "C" */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif /*LV_ANIM_H*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user