Revert semicolon removal from f4498fd0. This semicolon is necessary for more natural, less error prone custom font declaration in lv_conf.h

This commit is contained in:
Brian Pugh
2019-02-21 21:02:18 -08:00
parent 374dfcd60a
commit a7260bbfa9

View File

@@ -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;
/**********************