mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
fix typo
This commit is contained in:
parent
1c2d71a0f8
commit
9d70ccc226
@ -125,7 +125,7 @@ void lv_font_builtin_init(void)
|
||||
#if LV_USE_FONT_DEJAVU_30 != 0
|
||||
lv_font_add(&lv_font_symbol_30, &lv_font_dejavu_30);
|
||||
#else
|
||||
lv_font_add(&lv_font_symbol_30_basic, NULL);
|
||||
lv_font_add(&lv_font_symbol_30, NULL);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user