lv_style anim solve warning

This commit is contained in:
Gabor Kiss-Vamosi
2017-10-31 16:47:44 +01:00
parent 0dbc0f0442
commit 0646509b9a

View File

@@ -24,8 +24,8 @@
* TYPEDEFS
**********************/
typedef struct {
const lv_style_t style_start; /*Save not only pointers because if same as 'style_anim' then it will be modified too*/
const lv_style_t style_end;
lv_style_t style_start; /*Save not only pointers because if same as 'style_anim' then it will be modified too*/
lv_style_t style_end;
lv_style_t * style_anim;
}lv_style_anim_dsc_t;