mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-10 04:37:55 +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 {
|
||||
LV_SVG_ASPECT_RATIO_OPT_MEET = 0,
|
||||
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 struct {
|
||||
|
||||
Reference in New Issue
Block a user