Skip to content

Commit a899433

Browse files
authored
Merge pull request adafruit#3590 from jerryneedell/jerryn_cpb_spi
fix CPB SPI pin definitions
2 parents 1921143 + ff69ab6 commit a899433

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/nrf/boards/circuitplayground_bluefruit/mpconfigboard.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
#define DEFAULT_I2C_BUS_SCL (&pin_P0_04)
6060
#define DEFAULT_I2C_BUS_SDA (&pin_P0_05)
6161

62-
#define DEFAULT_SPI_BUS_SCK (&pin_P0_05)
63-
#define DEFAULT_SPI_BUS_MOSI (&pin_P1_03)
62+
#define DEFAULT_SPI_BUS_SCK (&pin_P0_02)
63+
#define DEFAULT_SPI_BUS_MOSI (&pin_P0_03)
6464
#define DEFAULT_SPI_BUS_MISO (&pin_P0_29)
6565

6666
#define DEFAULT_UART_BUS_RX (&pin_P0_30)

0 commit comments

Comments
 (0)