Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion variants/MINIMA/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ static const uint8_t D15 = PIN_D15;
#define WIRE_SCL_PIN 19 /* A5 */

static const uint8_t SDA = WIRE_SDA_PIN;
static const uint8_t SCL = WIRE_SDA_PIN;
static const uint8_t SCL = WIRE_SCL_PIN;

/****** SPI CORE DEFINES ******/

Expand Down
2 changes: 1 addition & 1 deletion variants/UNOWIFIR4/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ static const uint8_t D15 = PIN_D15;
#define WIRE1_SCL_PIN 26

static const uint8_t SDA = WIRE_SDA_PIN;
static const uint8_t SCL = WIRE_SDA_PIN;
static const uint8_t SCL = WIRE_SCL_PIN;

/****** SPI CORE DEFINES ******/

Expand Down