From b45c75151af9e31c2016fa30dc071f9695d6369c Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Tue, 9 Aug 2022 23:07:38 +0200 Subject: fixed test --- fw/fe310/test/phone.c | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'fw/fe310/test/phone.c') diff --git a/fw/fe310/test/phone.c b/fw/fe310/test/phone.c index 0027d77..cc70549 100644 --- a/fw/fe310/test/phone.c +++ b/fw/fe310/test/phone.c @@ -4,9 +4,9 @@ #include #include -#include -#include -#include +#include +#include +#include #include #include @@ -16,8 +16,6 @@ #include #include -#include - #include "app/app_root.h" #include "app/app_status.h" @@ -85,12 +83,12 @@ static void cell_voice_handler(unsigned char type, unsigned char *buffer, uint16 } void app_phone(EVEWindow *window, EVEViewStack *stack) { - EVEWidgetSpec spec[] = { + EVEFormSpec spec[] = { { .label.title = "Phone:", .widget.type = EVE_WIDGET_TYPE_STR, - .widget.spec.str.str_size = 128, + .widget.tspec.str.str_size = 128, }, }; -- cgit v1.2.3