1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

remove all VLA and replave with lv_draw_get_buf

This commit is contained in:
Gabor Kiss-Vamosi 2019-06-26 16:51:10 +02:00
parent ce29102dcf
commit 47bc4c91b7

View File

@ -15,9 +15,6 @@
/*********************
* DEFINES
*********************/
#if LV_COMPILER_VLA_SUPPORTED == 0
#define LINE_MAX_WIDTH 64
#endif
/**********************
* TYPEDEFS