From bee76182044dd50cf561d1a76c05af7c7be68dfa Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Mon, 29 Mar 2021 13:32:44 +0200 Subject: added page touch ui event. added ui event handler to form create --- fw/fe310/test/wifi.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'fw/fe310/test/wifi.c') 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 #include -#include -#include -#include #include #include @@ -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(); } -- cgit v1.2.3