chore(format): order the header file and function prototype (#3492)
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
@@ -15,18 +15,10 @@ extern "C" {
|
||||
*********************/
|
||||
#include "../lvgl.h"
|
||||
|
||||
#if LV_USE_DEMO_WIDGETS
|
||||
#include "widgets/lv_demo_widgets.h"
|
||||
#endif
|
||||
|
||||
#if LV_USE_DEMO_BENCHMARK
|
||||
#include "benchmark/lv_demo_benchmark.h"
|
||||
#endif
|
||||
|
||||
#if LV_USE_DEMO_STRESS
|
||||
#include "stress/lv_demo_stress.h"
|
||||
#endif
|
||||
|
||||
#if LV_USE_DEMO_KEYPAD_AND_ENCODER
|
||||
#include "keypad_encoder/lv_demo_keypad_encoder.h"
|
||||
#endif
|
||||
@@ -35,6 +27,14 @@ extern "C" {
|
||||
#include "music/lv_demo_music.h"
|
||||
#endif
|
||||
|
||||
#if LV_USE_DEMO_STRESS
|
||||
#include "stress/lv_demo_stress.h"
|
||||
#endif
|
||||
|
||||
#if LV_USE_DEMO_WIDGETS
|
||||
#include "widgets/lv_demo_widgets.h"
|
||||
#endif
|
||||
|
||||
/*********************
|
||||
* DEFINES
|
||||
*********************/
|
||||
|
||||
Reference in New Issue
Block a user