mirror of
https://github.com/lvgl/lvgl.git
synced 2025-02-04 07:13:00 +08:00
fix(lv_conf_template.h) remove lv_user_data_t as it's not used
This commit is contained in:
parent
d2e0e6c56b
commit
2a07880db2
@ -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*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user