Skip to content

Commit 89c17f3

Browse files
committed
Fix SPI CS pin.
1 parent eb3edbf commit 89c17f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/THINGPLUS_RA6M5/pins_arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ static const uint8_t D6 = PIN_D6;
9595
#define PIN_SPI_MOSI 18
9696
#define PIN_SPI_MISO 17
9797
#define PIN_SPI_SCK 19
98-
#define PIN_SPI_CS 6
98+
#define PIN_SPI_CS 0
9999
#define FORCE_SPI_MODE (MODE_SCI)
100100

101101
static const uint8_t MOSI = PIN_SPI_MOSI;

0 commit comments

Comments
 (0)