From 0d3a206f00496ba49a726629526e376b1a1500f6 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Tue, 16 Feb 2021 14:07:01 +0100 Subject: [PATCH] fix(cpp build): fix the order of __cplusplus tag and #endf in lv_anim.h --- src/lv_misc/lv_anim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lv_misc/lv_anim.h b/src/lv_misc/lv_anim.h index 575a5b564..0f8fe1d13 100644 --- a/src/lv_misc/lv_anim.h +++ b/src/lv_misc/lv_anim.h @@ -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*/