Skip to content

Commit 813874e

Browse files
committed
Merge pull request #1507 from kgills/i2c_pinname_fix
[MAX32600MBED] Fixing a typo with the I2C pin names.
2 parents fa45092 + 9d6336a commit 813874e

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)