summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/dev/spi_cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'fw/fe310/eos/dev/spi_cfg.h')
-rw-r--r--fw/fe310/eos/dev/spi_cfg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fw/fe310/eos/dev/spi_cfg.h b/fw/fe310/eos/dev/spi_cfg.h
index 6ef92aa..0320aa6 100644
--- a/fw/fe310/eos/dev/spi_cfg.h
+++ b/fw/fe310/eos/dev/spi_cfg.h
@@ -10,9 +10,9 @@ typedef struct {
#define SPI_DEV_FLAG_9BIT 0x01
-#define EOS_SPI_MAX_DEV 6
+#define SPI_MAX_DEV 6
-static const SPIConfig spi_cfg[EOS_SPI_MAX_DEV] = {
+static const SPIConfig spi_cfg[SPI_MAX_DEV] = {
{ // DEV_NET
.div = SPI_DIV_NET,
.csid = SPI_CSID_NET,