diff options
Diffstat (limited to 'code/fe310')
-rw-r--r-- | code/fe310/eos/spi_def.h | 6 |
1 files 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 |