mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
lv_refr: remove unneccesary waiting for flush
This commit is contained in:
parent
aca2a2d428
commit
3acd6c3cd0
@ -220,8 +220,6 @@ static void lv_refr_task(void * param)
|
||||
uint8_t * buf_act = (uint8_t *) vdb_act->buf;
|
||||
uint8_t * buf_ina = (uint8_t *) vdb_ina->buf;
|
||||
|
||||
while(lv_vdb_is_flushing());
|
||||
|
||||
uint16_t a;
|
||||
for(a = 0; a < inv_buf_p; a++) {
|
||||
if(inv_buf[a].joined == 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user