summaryrefslogtreecommitdiff
path: root/fw/fe310/test/status.c
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2021-02-28 21:00:13 +0100
committerUros Majstorovic <majstor@majstor.org>2021-02-28 21:00:13 +0100
commit82a6206422ed658a99716fbd18e33942cebc833b (patch)
treef849699cd7a31175c57c3d9583d2162786138e3c /fw/fe310/test/status.c
parent6a4c8a1f11f6a7bd57b0fd618f455bcdecbfe538 (diff)
font property moved to widget base
Diffstat (limited to 'fw/fe310/test/status.c')
-rw-r--r--fw/fe310/test/status.c3
1 files changed, 1 insertions, 2 deletions
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 <eve/eve.h>
#include <eve/eve_kbd.h>
+#include <eve/eve_font.h>
#include <eve/screen/screen.h>
#include <eve/screen/window.h>
@@ -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) {