diff options
author | Uros Majstorovic <majstor@majstor.org> | 2021-04-08 21:30:12 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2021-04-08 21:30:12 +0200 |
commit | fc7c7130fee73c5aad2d7a774d5a7712eb3e8e6a (patch) | |
tree | f4ecb67c0594abfcca6d62cbc8c35895babf0d8d /fw/fe310/eos/eos.c | |
parent | 5c4ad4969514b82285ef37922f7acf61600c70de (diff) |
sdcard driver
Diffstat (limited to 'fw/fe310/eos/eos.c')
-rw-r--r-- | fw/fe310/eos/eos.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fw/fe310/eos/eos.c b/fw/fe310/eos/eos.c index aa374a0..87b414b 100644 --- a/fw/fe310/eos/eos.c +++ b/fw/fe310/eos/eos.c @@ -8,6 +8,7 @@ #include "uart.h" #include "spi.h" #include "spi_dev.h" +#include "sdcard.h" #include "net.h" #include "wifi.h" #include "cell.h" @@ -30,6 +31,7 @@ void eos_init(void) { eos_uart_init(); eos_spi_init(); eos_spi_dev_init(); + eos_sdc_init(); eos_net_init(); eos_power_init(); eos_wifi_init(); |