mirror of
https://github.com/lvgl/lvgl.git
synced 2024-11-25 10:43:54 +08:00
fix(benchmark): fix typos (#4627)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com> Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
This commit is contained in:
parent
a4eccdcc77
commit
066c7a1864
@ -467,7 +467,7 @@ static void line_cb(void)
|
||||
line_create(&style_common);
|
||||
}
|
||||
|
||||
static void arc_think_cb(void)
|
||||
static void arc_thin_cb(void)
|
||||
{
|
||||
|
||||
lv_style_reset(&style_common);
|
||||
@ -612,7 +612,7 @@ static scene_dsc_t scenes[] = {
|
||||
|
||||
{.name = "Line", .weight = 10, .create_cb = line_cb},
|
||||
|
||||
{.name = "Arc think", .weight = 10, .create_cb = arc_think_cb},
|
||||
{.name = "Arc thin", .weight = 10, .create_cb = arc_thin_cb},
|
||||
{.name = "Arc thick", .weight = 10, .create_cb = arc_thick_cb},
|
||||
|
||||
{.name = "Substr. rectangle", .weight = 10, .create_cb = sub_rectangle_cb},
|
||||
|
Loading…
Reference in New Issue
Block a user