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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user