remove LV_USE_USER_DATA_MULTI

This commit is contained in:
Gabor Kiss-Vamosi
2019-05-15 18:50:38 +02:00
parent c46ff018ed
commit 78c527ee4f
13 changed files with 3 additions and 71 deletions

View File

@@ -151,9 +151,6 @@ typedef void * lv_img_decoder_user_data_t;
/*1: Add a `user_data` to drivers and objects*/
#define LV_USE_USER_DATA_SINGLE 1
/*1: Add separate `user_data` for every callback*/
#define LV_USE_USER_DATA_MULTI 0
/*=====================
* Compiler settings
*====================*/