From df2ebc3201c5ecb25ce104528dc5d98e0ce5fcbb Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Mon, 6 May 2019 02:21:17 +0200 Subject: pin numbers cleanup --- code/fe310/eos/spi_def.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/fe310/eos/spi_def.h b/code/fe310/eos/spi_def.h index 1f63d38..c49a73b 100644 --- a/code/fe310/eos/spi_def.h +++ b/code/fe310/eos/spi_def.h @@ -10,9 +10,9 @@ #define SPI_SIZE_CHUNK 4 #define SPI_SIZE_WM 2 -#define SPI_PIN_RTS 0 // pin 8 -#define SPI_PIN_CTS 23 // pin 7 -#define SPI_PIN_CS IOF_SPI1_SS0 // pin 10 +#define SPI_PIN_RTS 0 +#define SPI_PIN_CTS 23 +#define SPI_PIN_CS IOF_SPI1_SS0 #define SPI_FLAG_RDY 0x01 #define SPI_FLAG_RST 0x02 -- cgit v1.2.3