From 3d67aa36fdf8164cf367acc71b8d7fe55fd10cc6 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Sun, 28 Feb 2021 21:21:07 +0100 Subject: refacotr app/ api --- fw/fe310/test/cell_pdp.c | 3 ++- fw/fe310/test/main.c | 3 ++- fw/fe310/test/modem.c | 3 ++- fw/fe310/test/phone.c | 3 ++- fw/fe310/test/status.c | 3 ++- fw/fe310/test/wifi.c | 3 ++- 6 files changed, 12 insertions(+), 6 deletions(-) (limited to 'fw/fe310/test') diff --git a/fw/fe310/test/cell_pdp.c b/fw/fe310/test/cell_pdp.c index 43c8579..2225f6a 100644 --- a/fw/fe310/test/cell_pdp.c +++ b/fw/fe310/test/cell_pdp.c @@ -24,7 +24,8 @@ #include -#include +#include +#include #include "status.h" #include "cell_pdp.h" diff --git a/fw/fe310/test/main.c b/fw/fe310/test/main.c index 934995c..dc43473 100644 --- a/fw/fe310/test/main.c +++ b/fw/fe310/test/main.c @@ -24,7 +24,8 @@ #include -#include +#include +#include #include "status.h" #include "cell_dev.h" diff --git a/fw/fe310/test/modem.c b/fw/fe310/test/modem.c index 4ed7c81..9fab383 100644 --- a/fw/fe310/test/modem.c +++ b/fw/fe310/test/modem.c @@ -25,7 +25,8 @@ #include -#include +#include +#include #include "modem.h" diff --git a/fw/fe310/test/phone.c b/fw/fe310/test/phone.c index b3a08b1..442fcae 100644 --- a/fw/fe310/test/phone.c +++ b/fw/fe310/test/phone.c @@ -24,7 +24,8 @@ #include -#include +#include +#include #include "status.h" #include "phone.h" diff --git a/fw/fe310/test/status.c b/fw/fe310/test/status.c index b61fc13..2500838 100644 --- a/fw/fe310/test/status.c +++ b/fw/fe310/test/status.c @@ -24,7 +24,8 @@ #include -#include +#include +#include #include "phone.h" #include "status.h" diff --git a/fw/fe310/test/wifi.c b/fw/fe310/test/wifi.c index f7ca24d..cf2f0be 100644 --- a/fw/fe310/test/wifi.c +++ b/fw/fe310/test/wifi.c @@ -24,7 +24,8 @@ #include -#include +#include +#include #include "status.h" #include "wifi.h" -- cgit v1.2.3