update lv_conf_template.h

This commit is contained in:
Gabor Kiss-Vamosi
2019-06-27 08:20:25 +02:00
parent 9dcc47ec33
commit 4c85125a87
2 changed files with 9 additions and 16 deletions

View File

@@ -193,12 +193,6 @@ typedef void * lv_img_decoder_user_data_t;
* font's bitmaps */
#define LV_ATTRIBUTE_LARGE_CONST
/* 1: Variable length array is supported*/
#define LV_COMPILER_VLA_SUPPORTED 1
/* 1: Initialization with non constant values are supported */
#define LV_COMPILER_NON_CONST_INIT_SUPPORTED 1
/*===================
* HAL settings
*==================*/