refactoring enum declaration

This commit is contained in:
Zaltora
2018-09-18 13:59:40 +02:00
parent bf8eb078ca
commit 589e7f28e0
35 changed files with 164 additions and 110 deletions

View File

@@ -48,12 +48,13 @@ typedef struct
} lv_slider_ext_t;
/*Built-in styles of slider*/
typedef enum
enum
{
LV_SLIDER_STYLE_BG,
LV_SLIDER_STYLE_INDIC,
LV_SLIDER_STYLE_KNOB,
} lv_slider_style_t;
};
typedef uint8_t lv_slider_style_t;
/**********************
* GLOBAL PROTOTYPES