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