refact(user_data): remove LV_USE_USER_DATA configuration (#4056)

Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
_VIFEXTech
2023-03-14 21:34:56 +08:00
committed by GitHub
parent e26a46c43c
commit afe29b7dab
34 changed files with 12 additions and 113 deletions

View File

@@ -9,7 +9,7 @@
#include "lv_demo_flex_layout_main.h"
#if LV_USE_DEMO_FLEX_LAYOUT && LV_USE_USER_DATA
#if LV_USE_DEMO_FLEX_LAYOUT
/*********************
* DEFINES

View File

@@ -9,7 +9,7 @@
#include "lv_demo_flex_layout_main.h"
#if LV_USE_DEMO_FLEX_LAYOUT && LV_USE_USER_DATA
#if LV_USE_DEMO_FLEX_LAYOUT
/*********************
* DEFINES

View File

@@ -10,7 +10,7 @@
#include "lv_demo_flex_layout_main.h"
#include "lv_demo_flex_layout.h"
#if LV_USE_DEMO_FLEX_LAYOUT && LV_USE_USER_DATA
#if LV_USE_DEMO_FLEX_LAYOUT
/*********************
* DEFINES

View File

@@ -9,7 +9,7 @@
#include "lv_demo_flex_layout_main.h"
#if LV_USE_DEMO_FLEX_LAYOUT && LV_USE_USER_DATA
#if LV_USE_DEMO_FLEX_LAYOUT
/*********************
* DEFINES

View File

@@ -9,7 +9,7 @@
#include "lv_demo_flex_layout_main.h"
#if LV_USE_DEMO_FLEX_LAYOUT && LV_USE_USER_DATA
#if LV_USE_DEMO_FLEX_LAYOUT
/*********************
* DEFINES

View File

@@ -9,7 +9,7 @@
#include "lv_demo_flex_layout_main.h"
#if LV_USE_DEMO_FLEX_LAYOUT && LV_USE_USER_DATA
#if LV_USE_DEMO_FLEX_LAYOUT
/*********************
* DEFINES

View File

@@ -35,7 +35,7 @@ extern "C" {
#include "widgets/lv_demo_widgets.h"
#endif
#if LV_USE_DEMO_FLEX_LAYOUT && LV_USE_USER_DATA
#if LV_USE_DEMO_FLEX_LAYOUT
#include "flex_layout/lv_demo_flex_layout.h"
#endif