mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #1507 from kgills/i2c_pinname_fix
[MAX32600MBED] Fixing a typo with the I2C pin names.pull/1566/head^2
commit
813874ee2b
|
|
@ -192,8 +192,8 @@ typedef enum {
|
|||
STDIO_UART_RX = USBRX,
|
||||
|
||||
// I2C pins
|
||||
I2C0_SCL = P2_4,
|
||||
I2C0_SDA = P2_5,
|
||||
I2C0_SCL = P2_5,
|
||||
I2C0_SDA = P2_4,
|
||||
|
||||
I2C1_SCL = P2_7,
|
||||
I2C1_SDA = P2_6,
|
||||
|
|
|
|||
Loading…
Reference in New Issue