We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99bbaef commit 44e51bdCopy full SHA for 44e51bd
variants/MINIMA/pins_arduino.h
@@ -111,7 +111,7 @@ static const uint8_t D15 = PIN_D15;
111
#define WIRE_SCL_PIN 19 /* A5 */
112
113
static const uint8_t SDA = WIRE_SDA_PIN;
114
-static const uint8_t SCL = WIRE_SDA_PIN;
+static const uint8_t SCL = WIRE_SCL_PIN;
115
116
/****** SPI CORE DEFINES ******/
117
variants/UNOWIFIR4/pins_arduino.h
@@ -115,7 +115,7 @@ static const uint8_t D15 = PIN_D15;
#define WIRE1_SCL_PIN 26
118
119
120
121
0 commit comments