diff options
author | Uros Majstorovic <majstor@majstor.org> | 2021-03-25 19:58:43 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2021-03-25 19:58:43 +0100 |
commit | 58232586e1ed65fc8a8e382796628aa087b5dc4c (patch) | |
tree | a2a174228ad0b217369820750a6c1d4f087d8d7b /fw/fe310/eos/app/app_status.c | |
parent | 95f69d4f83ad8f7fbb56349f29e902928510362b (diff) |
uievt added to view
Diffstat (limited to 'fw/fe310/eos/app/app_status.c')
-rw-r--r-- | fw/fe310/eos/app/app_status.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fw/fe310/eos/app/app_status.c b/fw/fe310/eos/app/app_status.c index 11cc36d..1d95728 100644 --- a/fw/fe310/eos/app/app_status.c +++ b/fw/fe310/eos/app/app_status.c @@ -1,9 +1,8 @@ #include <stdlib.h> -#include "unicode.h" - #include "eve/eve.h" #include "eve/eve_kbd.h" +#include "eve/eve_font.h" #include "eve/screen/window.h" |