1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00
lv_font_symbol_30_basic -> lv_font_symbol_30
This commit is contained in:
Gabor Kiss-Vamosi 2019-05-20 15:50:21 +02:00 committed by GitHub
parent 292ca72c03
commit d658eef2a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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