1
0
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:
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 * MACROS
**********************/ **********************/
#endif /*LV_ANIM_H*/
#ifdef __cplusplus #ifdef __cplusplus
} /* extern "C" */ } /* extern "C" */
#endif #endif
#endif /*LV_ANIM_H*/