diff options
Diffstat (limited to 'fw/fe310/test/phone.c')
-rw-r--r-- | fw/fe310/test/phone.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fw/fe310/test/phone.c b/fw/fe310/test/phone.c index 0bf1c04..c447234 100644 --- a/fw/fe310/test/phone.c +++ b/fw/fe310/test/phone.c @@ -4,8 +4,6 @@ #include <string.h> #include <eos.h> -#include <event.h> -#include <spi.h> #include <i2s.h> #include <net.h> #include <cell.h> @@ -92,7 +90,7 @@ void app_phone(EVEWindow *window, EVEViewStack *stack) { }, }; - EVEForm *form = eve_form_create(window, stack, spec, 1, app_phone_action, NULL); + EVEForm *form = eve_form_create(window, stack, spec, 1, NULL, app_phone_action, NULL); } void app_phone_action(EVEForm *form) { |