fix(lv_conf_template.h) remove lv_user_data_t as it's not used
This commit is contained in:
@@ -206,9 +206,6 @@ e.g. "stm32f769xx.h" or "stm32f429xx.h"*/
|
|||||||
#endif /*LV_SPRINTF_CUSTOM*/
|
#endif /*LV_SPRINTF_CUSTOM*/
|
||||||
|
|
||||||
#define LV_USE_USER_DATA 1
|
#define LV_USE_USER_DATA 1
|
||||||
#if LV_USE_USER_DATA
|
|
||||||
typedef void * lv_user_data_t;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*Garbage Collector settings
|
/*Garbage Collector settings
|
||||||
*Used if lvgl is binded to higher level language and the memory is managed by that language*/
|
*Used if lvgl is binded to higher level language and the memory is managed by that language*/
|
||||||
|
|||||||
@@ -561,8 +561,6 @@ e.g. "stm32f769xx.h" or "stm32f429xx.h"*/
|
|||||||
# define LV_USE_USER_DATA 1
|
# define LV_USE_USER_DATA 1
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
#if LV_USE_USER_DATA
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*Garbage Collector settings
|
/*Garbage Collector settings
|
||||||
*Used if lvgl is binded to higher level language and the memory is managed by that language*/
|
*Used if lvgl is binded to higher level language and the memory is managed by that language*/
|
||||||
|
|||||||
Reference in New Issue
Block a user