1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

fix(cpp build): fix the order of __cplusplus tag and #endf in lv_anim.h

This commit is contained in:
Gabor Kiss-Vamosi 2021-02-16 14:07:01 +01:00
parent 71173aa949
commit 0d3a206f00

View File

@ -411,9 +411,9 @@ extern const lv_anim_path_t lv_anim_path_def;
* MACROS
**********************/
#endif /*LV_ANIM_H*/
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif /*LV_ANIM_H*/