Skip to content
Prev Previous commit
Next Next commit
Fix SPI CS pin.
  • Loading branch information
SFE-Brudnerd committed Feb 26, 2024
commit 89c17f3942c97a2f42e7988b48c6f2a5509c5944
2 changes: 1 addition & 1 deletion variants/THINGPLUS_RA6M5/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ static const uint8_t D6 = PIN_D6;
#define PIN_SPI_MOSI 18
#define PIN_SPI_MISO 17
#define PIN_SPI_SCK 19
#define PIN_SPI_CS 6
#define PIN_SPI_CS 0
#define FORCE_SPI_MODE (MODE_SCI)

static const uint8_t MOSI = PIN_SPI_MOSI;
Expand Down