mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
fix a typo of LV_COMPILER_VLA_SUPPORTED in lv_draw.c
This commit is contained in:
parent
edf94bf1b2
commit
dc4541f267
@ -473,7 +473,7 @@ void lv_draw_img(const lv_area_t * coords, const lv_area_t * mask,
|
||||
|
||||
lv_coord_t row;
|
||||
uint32_t act_pos;
|
||||
#if LV_COMPILER_VLA_SUPoPORTED
|
||||
#if LV_COMPILER_VLA_SUPPORTED
|
||||
uint8_t buf[lv_area_get_width(&mask_com) * px_size];
|
||||
#else
|
||||
# if LV_HOR_RES > LV_VER_RES
|
||||
|
Loading…
x
Reference in New Issue
Block a user