diff options
author | Uros Majstorovic <majstor@majstor.org> | 2021-03-29 13:32:44 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2021-03-29 13:32:44 +0200 |
commit | bee76182044dd50cf561d1a76c05af7c7be68dfa (patch) | |
tree | da21522a6e085ef58400502385bc8d691695ebac /fw/fe310/test/modem.c | |
parent | f5d49ec238769ca9c1fc58bf21e21f94a24f41ee (diff) |
added page touch ui event. added ui event handler to form create
Diffstat (limited to 'fw/fe310/test/modem.c')
-rw-r--r-- | fw/fe310/test/modem.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fw/fe310/test/modem.c b/fw/fe310/test/modem.c index b78a3b4..a2bb0c6 100644 --- a/fw/fe310/test/modem.c +++ b/fw/fe310/test/modem.c @@ -4,8 +4,6 @@ #include <string.h> #include <eos.h> -#include <event.h> -#include <spi.h> #include <uart.h> #include <net.h> #include <cell.h> |