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/cell_pdp.c | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'fw/fe310/test/cell_pdp.c') diff --git a/fw/fe310/test/cell_pdp.c b/fw/fe310/test/cell_pdp.c index 724cca7..e67ddb2 100644 --- a/fw/fe310/test/cell_pdp.c +++ b/fw/fe310/test/cell_pdp.c @@ -4,8 +4,8 @@ #include #include -#include -#include +#include +#include #include #include @@ -15,8 +15,6 @@ #include #include -#include - #include "app/app_root.h" #include "app/app_status.h" @@ -63,27 +61,27 @@ static void cell_pdp_handler(unsigned char type, unsigned char *buffer, uint16_t } void app_cell_pdp(EVEWindow *window, EVEViewStack *stack) { - EVEWidgetSpec spec[] = { + EVEFormSpec spec[] = { { .label.g.w = APP_SCREEN_W / 3, .label.title = "APN:", .widget.type = EVE_WIDGET_TYPE_STR, - .widget.spec.str.str_size = 128, + .widget.tspec.str.str_size = 128, }, { .label.g.w = APP_SCREEN_W / 3, .label.title = "User:", .widget.type = EVE_WIDGET_TYPE_STR, - .widget.spec.str.str_size = 128, + .widget.tspec.str.str_size = 128, }, { .label.g.w = APP_SCREEN_W / 3, .label.title = "Pass:", .widget.type = EVE_WIDGET_TYPE_STR, - .widget.spec.str.str_size = 128, + .widget.tspec.str.str_size = 128, }, }; -- cgit v1.2.3