diff options
author | Uros Majstorovic <majstor@majstor.org> | 2022-03-30 13:22:19 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2022-03-30 13:22:19 +0200 |
commit | c6962c5700f99441538dafa346626bb7e6d12488 (patch) | |
tree | f463808368735c290312b7bff906f2599293d0ac /fw/fe310/test/cam.c | |
parent | 0a5f8363fe4e6b3c7d4f17fde61e00ab63e43bcb (diff) |
sock api fixed; net reply messages fixed
Diffstat (limited to 'fw/fe310/test/cam.c')
-rw-r--r-- | fw/fe310/test/cam.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fw/fe310/test/cam.c b/fw/fe310/test/cam.c index 9338ae9..766884b 100644 --- a/fw/fe310/test/cam.c +++ b/fw/fe310/test/cam.c @@ -5,6 +5,7 @@ #include <eos.h> #include <cam.h> +#include <board.h> #include <i2c.h> #include <i2c/ov2640.h> @@ -19,9 +20,7 @@ #include <eve/widget/widgets.h> -#include <app/app_root.h> - -#include <board.h> +#include "app/app_root.h" #include "cam.h" |