Skip to content

Commit 0e304e0

Browse files
committed
update I2C define
1 parent bd78652 commit 0e304e0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

variants/BAST_FRONTIER/pins_arduino.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@ static const uint8_t MISO1 = PIN_SPI1_MISO;
126126
static const uint8_t SCK1 = PIN_SPI1_SCK;
127127

128128
// Wire
129-
#define PIN_WIRE_SDA (17u)
130-
#define PIN_WIRE_SCL (16u)
131-
132129
#define PIN_WIRE_SDA (3u)
133130
#define PIN_WIRE_SCL (2u)
134131

0 commit comments

Comments
 (0)