From 5c4ad4969514b82285ef37922f7acf61600c70de Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Thu, 8 Apr 2021 04:03:03 +0200 Subject: reintrodiced spi_dev --- fw/fe310/eos/eos.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fw/fe310/eos/eos.c') diff --git a/fw/fe310/eos/eos.c b/fw/fe310/eos/eos.c index 490e68b..aa374a0 100644 --- a/fw/fe310/eos/eos.c +++ b/fw/fe310/eos/eos.c @@ -7,6 +7,7 @@ #include "i2s.h" #include "uart.h" #include "spi.h" +#include "spi_dev.h" #include "net.h" #include "wifi.h" #include "cell.h" @@ -28,6 +29,7 @@ void eos_init(void) { eos_i2s_init(); eos_uart_init(); eos_spi_init(); + eos_spi_dev_init(); eos_net_init(); eos_power_init(); eos_wifi_init(); -- cgit v1.2.3