Skip to content

Commit cc7af87

Browse files
committed
minima: fix number of available i2c and spi busses
1 parent 15025ac commit cc7af87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/SANTIAGO/pins_arduino.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ static const uint8_t A5 = PIN_A5;
8787

8888
/****** WIRE CORE DEFINES ******/
8989

90-
#define WIRE_HOWMANY 2
90+
#define WIRE_HOWMANY 1
9191
#define WIRE_SDA_PIN 14 /* A4 */
9292
#define WIRE_SCL_PIN 15 /* A5 */
9393

@@ -96,7 +96,7 @@ static const uint8_t SCL = WIRE_SDA_PIN;
9696

9797
/****** SPI CORE DEFINES ******/
9898

99-
#define SPI_HOWMANY 2
99+
#define SPI_HOWMANY 1
100100

101101
#define PIN_SPI_MOSI (11)
102102
#define PIN_SPI_MISO (12)

0 commit comments

Comments
 (0)