Skip to content

Commit 9d6336a

Browse files
Fixing a typo with the I2C pin names.
1 parent 936c576 commit 9d6336a

File tree

1 file changed

+2
-2
lines changed
  • libraries/mbed/targets/hal/TARGET_Maxim/TARGET_MAX32600/TARGET_MAX32600MBED

1 file changed

+2
-2
lines changed

libraries/mbed/targets/hal/TARGET_Maxim/TARGET_MAX32600/TARGET_MAX32600MBED/PinNames.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ typedef enum {
192192
STDIO_UART_RX = USBRX,
193193

194194
// I2C pins
195-
I2C0_SCL = P2_4,
196-
I2C0_SDA = P2_5,
195+
I2C0_SCL = P2_5,
196+
I2C0_SDA = P2_4,
197197

198198
I2C1_SCL = P2_7,
199199
I2C1_SDA = P2_6,

0 commit comments

Comments
 (0)