Fixing a typo with the I2C pin names.

pull/1507/head
Kevin Gillespie 2016-01-19 16:17:54 -06:00
parent 936c576140
commit 9d6336a6e9
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,