Update function calls with LV_IMG_ENABLE_SYMBOLS 1

This commit is contained in:
Gabor
2017-06-19 12:55:02 +02:00
parent 79e372c2f2
commit 23c559bbb0
2 changed files with 2 additions and 2 deletions

View File

@@ -299,7 +299,7 @@ static void lv_refr_area_part_vdb(const area_t * area_p)
/*Do the refreshing from the top object*/
lv_refr_make(top_p, &start_mask);
/*Flush the content of the VDB*/
lv_vdb_flush();
}