We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e9f6d6 commit 8e57285Copy full SHA for 8e57285
2 files changed
variants/OPTA_ANALOG/pins_arduino.h
@@ -78,7 +78,7 @@ extern "C" unsigned int PINCOUNT_fn();
78
#define WIRE_SDA_PIN I2C_SDA
79
#define WIRE_SCL_PIN I2C_SCL
80
static const uint8_t SDA = WIRE_SDA_PIN;
81
-static const uint8_t SCL = WIRE_SDA_PIN;
+static const uint8_t SCL = WIRE_SCL_PIN;
82
/* *************************** SPI CORE DEFINES **************************** */
83
#define SPI_HOWMANY 1
84
#define PIN_SPI_MOSI SPI_MOSI
variants/OPTA_DIGITAL/pins_arduino.h
@@ -144,7 +144,7 @@ static const uint8_t A15 = AN15;
144
145
146
147
148
149
/****** SPI CORE DEFINES ******/
150
0 commit comments