Skip to content

Commit 646f4d1

Browse files
committed
Merge pull request ARMmbed#1377 from star297/master
Update Teensy3.1 PinNames.h
2 parents 3b75452 + f239d46 commit 646f4d1

File tree

1 file changed

+2
-2
lines changed
  • libraries/mbed/targets/hal/TARGET_Freescale/TARGET_K20XX/TARGET_TEENSY3_1

1 file changed

+2
-2
lines changed

libraries/mbed/targets/hal/TARGET_Freescale/TARGET_K20XX/TARGET_TEENSY3_1/PinNames.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ typedef enum {
262262
A19 = PTC11,
263263
A20 = PTE0,
264264

265-
I2C_SCL = PTB3,
266-
I2C_SDA = PTB2,
265+
I2C_SCL = PTB2,
266+
I2C_SDA = PTB3,
267267

268268
SPI_SCK = PTC5, // sclk
269269
SPI_DOUT = PTC6, // mosi

0 commit comments

Comments
 (0)