From 82a6206422ed658a99716fbd18e33942cebc833b Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Sun, 28 Feb 2021 21:00:13 +0100 Subject: font property moved to widget base --- fw/fe310/test/status.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'fw/fe310/test/status.c') diff --git a/fw/fe310/test/status.c b/fw/fe310/test/status.c index 2f44842..b61fc13 100644 --- a/fw/fe310/test/status.c +++ b/fw/fe310/test/status.c @@ -14,6 +14,7 @@ #include #include +#include #include #include @@ -28,8 +29,6 @@ #include "phone.h" #include "status.h" -extern EVEFont *_app_font_default; - static char status_msg[128]; static int status_touch(EVEView *v, uint8_t tag0, int touch_idx) { -- cgit v1.2.3