diff options
author | Uros Majstorovic <majstor@majstor.org> | 2022-08-09 23:07:38 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2022-08-09 23:07:38 +0200 |
commit | b45c75151af9e31c2016fa30dc071f9695d6369c (patch) | |
tree | 590651bd3c37d0cb74a7414637b370d286368ff0 /fw/fe310/test/cell_dev.c | |
parent | 76ed6228dc0b88840d01f99761ca09323bf11c51 (diff) |
fixed test
Diffstat (limited to 'fw/fe310/test/cell_dev.c')
-rw-r--r-- | fw/fe310/test/cell_dev.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fw/fe310/test/cell_dev.c b/fw/fe310/test/cell_dev.c index 492ba22..9598bc4 100644 --- a/fw/fe310/test/cell_dev.c +++ b/fw/fe310/test/cell_dev.c @@ -4,8 +4,8 @@ #include <string.h> #include <eos.h> -#include <net.h> -#include <cell.h> +#include <dev/net.h> +#include <net/cell.h> #include <eve/eve.h> #include <eve/eve_kbd.h> |