diff options
author | Uros Majstorovic <majstor@majstor.org> | 2025-02-13 20:53:49 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2025-02-13 20:53:49 +0100 |
commit | b8015c9579d88bb7c5f0637c1bac836ec71bda1d (patch) | |
tree | 41f8b7f1ed3c6245d1040b1d013caa8076cf9ad0 | |
parent | 2d238f621b57a10dd262be124e0771ba1826347a (diff) |
moved flash driver back to dev
-rw-r--r-- | fw/fe310/eos/dev/flash.c (renamed from fw/fe310/eos/dev/drv/flash.c) | 2 | ||||
-rw-r--r-- | fw/fe310/eos/dev/flash.h (renamed from fw/fe310/eos/dev/drv/flash.h) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/fw/fe310/eos/dev/drv/flash.c b/fw/fe310/eos/dev/flash.c index 4f017b3..c8f4c98 100644 --- a/fw/fe310/eos/dev/drv/flash.c +++ b/fw/fe310/eos/dev/flash.c @@ -1,5 +1,5 @@ -#include <stdio.h> #include <stdlib.h> +#include <stdint.h> #include "encoding.h" #include "platform.h" diff --git a/fw/fe310/eos/dev/drv/flash.h b/fw/fe310/eos/dev/flash.h index 6f792cb..6f792cb 100644 --- a/fw/fe310/eos/dev/drv/flash.h +++ b/fw/fe310/eos/dev/flash.h |