File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ extern "C" unsigned int PINCOUNT_fn();
78
78
#define WIRE_SDA_PIN I2C_SDA
79
79
#define WIRE_SCL_PIN I2C_SCL
80
80
static const uint8_t SDA = WIRE_SDA_PIN ;
81
- static const uint8_t SCL = WIRE_SDA_PIN ;
81
+ static const uint8_t SCL = WIRE_SCL_PIN ;
82
82
/* *************************** SPI CORE DEFINES **************************** */
83
83
#define SPI_HOWMANY 1
84
84
#define PIN_SPI_MOSI SPI_MOSI
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ static const uint8_t A15 = AN15;
144
144
#define WIRE_SCL_PIN I2C_SCL
145
145
146
146
static const uint8_t SDA = WIRE_SDA_PIN ;
147
- static const uint8_t SCL = WIRE_SDA_PIN ;
147
+ static const uint8_t SCL = WIRE_SCL_PIN ;
148
148
149
149
/****** SPI CORE DEFINES ******/
150
150
You can’t perform that action at this time.
0 commit comments