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/app/app_root.c | 4 +--- fw/fe310/test/app/app_status.c | 6 ++---- 2 files changed, 3 insertions(+), 7 deletions(-) (limited to 'fw/fe310/test/app') diff --git a/fw/fe310/test/app/app_root.c b/fw/fe310/test/app/app_root.c index e6de2d1..18ca284 100644 --- a/fw/fe310/test/app/app_root.c +++ b/fw/fe310/test/app/app_root.c @@ -1,6 +1,6 @@ #include -#include +#include #include #include @@ -10,8 +10,6 @@ #include #include -#include - #include "app_status.h" #include "app_root.h" diff --git a/fw/fe310/test/app/app_status.c b/fw/fe310/test/app/app_status.c index cc25599..bbe906d 100644 --- a/fw/fe310/test/app/app_status.c +++ b/fw/fe310/test/app/app_status.c @@ -4,8 +4,8 @@ #include #include -#include -#include +#include +#include #include #include @@ -15,8 +15,6 @@ #include #include -#include - #include "app_root.h" #include "app_status.h" -- cgit v1.2.3