From a7260bbfa9baf8ba75cd01ed4682bc38ebc63751 Mon Sep 17 00:00:00 2001 From: Brian Pugh Date: Thu, 21 Feb 2019 21:02:18 -0800 Subject: [PATCH] Revert semicolon removal from f4498fd0. This semicolon is necessary for more natural, less error prone custom font declaration in lv_conf.h --- lv_misc/lv_font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lv_misc/lv_font.h b/lv_misc/lv_font.h index 39023d22a..d1d24f3fe 100644 --- a/lv_misc/lv_font.h +++ b/lv_misc/lv_font.h @@ -171,7 +171,7 @@ int16_t lv_font_get_width_sparse(const lv_font_t * font, uint32_t unicode_letter * MACROS **********************/ -#define LV_FONT_DECLARE(font_name) extern lv_font_t font_name +#define LV_FONT_DECLARE(font_name) extern lv_font_t font_name; /**********************