mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-30 15:17:33 +08:00
docs(lv_svg.h): fix build of lv_svg.c
This commit is contained in:
committed by
Gabor Kiss-Vamosi
parent
55ab01ec73
commit
cb76aaa3d9
@@ -192,7 +192,7 @@ typedef enum {
|
|||||||
typedef enum {
|
typedef enum {
|
||||||
LV_SVG_ASPECT_RATIO_OPT_MEET = 0,
|
LV_SVG_ASPECT_RATIO_OPT_MEET = 0,
|
||||||
LV_SVG_ASPECT_RATIO_OPT_SLICE,
|
LV_SVG_ASPECT_RATIO_OPT_SLICE,
|
||||||
} _lv_svg_aspect_ratio_t;
|
} _lv_svg_aspect_ratio_opt_t;
|
||||||
typedef uint32_t lv_svg_aspect_ratio_t;
|
typedef uint32_t lv_svg_aspect_ratio_t;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user