fix warnings

This commit is contained in:
Gabor Kiss-Vamosi
2019-01-03 15:57:31 +01:00
parent bbe78633a2
commit 280cba0c54
4 changed files with 75 additions and 4 deletions

View File

@@ -704,7 +704,7 @@ static void table_init(void)
{
#if USE_LV_TABLE != 0
static lv_style_t cell;
lv_style_copy(&cell, theme.panel;);
lv_style_copy(&cell, theme.panel);
cell.body.radius = 0;
cell.body.border.width = 1;
cell.body.shadow.width = 0;