summaryrefslogtreecommitdiff
path: root/fw/fe310/test/wifi.c
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2021-03-29 13:32:44 +0200
committerUros Majstorovic <majstor@majstor.org>2021-03-29 13:32:44 +0200
commitbee76182044dd50cf561d1a76c05af7c7be68dfa (patch)
treeda21522a6e085ef58400502385bc8d691695ebac /fw/fe310/test/wifi.c
parentf5d49ec238769ca9c1fc58bf21e21f94a24f41ee (diff)
added page touch ui event. added ui event handler to form create
Diffstat (limited to 'fw/fe310/test/wifi.c')
-rw-r--r--fw/fe310/test/wifi.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/fw/fe310/test/wifi.c b/fw/fe310/test/wifi.c
index 76e811d..814d808 100644
--- a/fw/fe310/test/wifi.c
+++ b/fw/fe310/test/wifi.c
@@ -4,9 +4,6 @@
#include <string.h>
#include <eos.h>
-#include <event.h>
-#include <spi.h>
-#include <uart.h>
#include <net.h>
#include <wifi.h>
@@ -99,7 +96,7 @@ void app_wifi(EVEWindow *window, EVEViewStack *stack) {
},
};
- EVEForm *form = eve_form_create(window, stack, spec, 3, app_wifi_action, app_wifi_close);
+ EVEForm *form = eve_form_create(window, stack, spec, 3, NULL, app_wifi_action, app_wifi_close);
wifi_scan();
}