diff options
Diffstat (limited to 'fw/fe310/eos/dev/sdcard.c')
-rw-r--r-- | fw/fe310/eos/dev/sdcard.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fw/fe310/eos/dev/sdcard.c b/fw/fe310/eos/dev/sdcard.c index d081388..fa316c7 100644 --- a/fw/fe310/eos/dev/sdcard.c +++ b/fw/fe310/eos/dev/sdcard.c @@ -3,10 +3,10 @@ #include <stdio.h> #include "eos.h" -#include "timer.h" +#include "soc/timer.h" +#include "soc/spi.h" #include "spi.h" -#include "spi_dev.h" #include "sdc_crypto.h" #include "sdcard.h" |