From 99739c5a4c3ecec5aec81711d2e5385bfe7a2b10 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Tue, 8 Oct 2019 22:47:10 +0200 Subject: fixed audio and spi pins for board REV1 --- code/fe310/eos/spi_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/fe310/eos/spi_def.h') diff --git a/code/fe310/eos/spi_def.h b/code/fe310/eos/spi_def.h index e73b5e3..44d3030 100644 --- a/code/fe310/eos/spi_def.h +++ b/code/fe310/eos/spi_def.h @@ -10,7 +10,7 @@ #define SPI_SIZE_CHUNK 4 #define SPI_SIZE_WM 2 -#define SPI_PIN_RTS 21 +#define SPI_PIN_RTS 20 #define SPI_PIN_CTS 22 #define SPI_PIN_CS 10 #define SPI_IDX_SS 3 -- cgit v1.2.3