Skip to content

Commit f05354a

Browse files
committed
variants/CY8CKIT-062S2-AI/pins_arduino.h: Fixed SPI default pins.
Signed-off-by: jaenrig-ifx <[email protected]>
1 parent 7192655 commit f05354a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

variants/CY8CKIT-062S2-AI/pins_arduino.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
#define I2C2_SCL_PIN P9_0
4444

4545
#define SPI_HOWMANY 1
46-
#define PIN_SPI_SS 0 // SPI-MOSI P9_0
47-
#define PIN_SPI_MOSI 1 // SPI-MISO P9_1
48-
#define PIN_SPI_MISO 2 // SPI-SCLK P9_2
49-
#define PIN_SPI_SCK 3 // IO_0 P9_3
46+
#define PIN_SPI_MOSI 0 // SPI-MOSI P9_0
47+
#define PIN_SPI_MISO 1 // SPI-MISO P9_1
48+
#define PIN_SPI_SCK 2 // SPI-SCLK P9_2
49+
#define PIN_SPI_SS 3 // IO_0 P9_3
5050

5151
static const uint8_t SS = PIN_SPI_SS;
5252
static const uint8_t MOSI = PIN_SPI_MOSI;

0 commit comments

Comments
 (0)