fix copy paste error
This commit is contained in:
parent
1dae37baa3
commit
c395d84ca3
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ PWM3 = GPIO0_C0
|
|||
|
||||
# ordered as i2cId, SCL, SDA
|
||||
i2cPorts = (
|
||||
(0, I2C1_SCL, I2C1_SDA),
|
||||
(0, I2C0_SCL, I2C0_SDA),
|
||||
(1, I2C1_SCL, I2C1_SDA),
|
||||
(2, I2C2_SCL, I2C2_SDA),
|
||||
(3, I2C3_SCL, I2C3_SDA),
|
||||
|
|
|
|||
Loading…
Reference in a new issue