From 9d70ccc22633960dd1bb5ff7e5cc70514620aec7 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Mon, 20 May 2019 15:51:31 +0200 Subject: [PATCH] fix typo --- src/lv_fonts/lv_font_builtin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lv_fonts/lv_font_builtin.c b/src/lv_fonts/lv_font_builtin.c index 5236ae786..53b7e1b54 100644 --- a/src/lv_fonts/lv_font_builtin.c +++ b/src/lv_fonts/lv_font_builtin.c @@ -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