From daa87d92b3df433578e53284a8c88083e24f8623 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Sat, 27 Mar 2021 22:08:31 +0100 Subject: form/app cleanup; scroll infrastructure --- fw/fe310/test/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'fw/fe310/test/main.c') diff --git a/fw/fe310/test/main.c b/fw/fe310/test/main.c index a3af24b..7f0fc43 100644 --- a/fw/fe310/test/main.c +++ b/fw/fe310/test/main.c @@ -21,7 +21,6 @@ #include #include -#include #include "status.h" #include "cell_dev.h" @@ -58,7 +57,7 @@ void app_home_page(EVEWindow *window, EVEViewStack *stack) { }, }; - EVEForm *form = app_form_create(window, stack, spec, 4, NULL, NULL); + EVEForm *form = eve_form_create(window, stack, spec, 4, NULL, NULL); } int main() { -- cgit v1.2.3