summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/eos.c
diff options
context:
space:
mode:
Diffstat (limited to 'fw/fe310/eos/eos.c')
-rw-r--r--fw/fe310/eos/eos.c2
1 files changed, 2 insertions, 0 deletions
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();