Merge pull request #1507 from kgills/i2c_pinname_fix

[MAX32600MBED] Fixing a typo with the I2C pin names.
pull/1566/head^2
Martin Kojtal 2016-01-20 08:10:00 +00:00
commit 813874ee2b
1 changed files with 2 additions and 2 deletions

View File

@ -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,