1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

add voaltile to 'disp_drv->flushing' to work with optimization

This commit is contained in:
Gabor Kiss-Vamosi 2019-02-27 10:58:18 +01:00
parent 3f4c1fe91b
commit 409a998df2

View File

@ -50,7 +50,7 @@ typedef struct
void * buf_act;
uint32_t size; /*In pixel count*/
lv_area_t area;
uint32_t flushing :1;
volatile uint32_t flushing :1;
}lv_disp_buf_t;