1
0
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:
Gabor Kiss-Vamosi 2021-04-06 13:14:19 +02:00
parent d2e0e6c56b
commit 2a07880db2
2 changed files with 0 additions and 5 deletions

View File

@ -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*/

View File

@ -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*/