mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
I2C3_SCL and I2C3_SDA pins were mixed up
This commit is contained in:
parent
418fd4beaa
commit
c766ff4fae
1 changed files with 2 additions and 2 deletions
|
@ -76,8 +76,8 @@
|
|||
#define USE_I2C_DEVICE_3
|
||||
|
||||
#define I2C_DEVICE (I2CDEV_3)
|
||||
#define I2C3_SCL PC9 // S4 pad
|
||||
#define I2C3_SDA PA8 // S6 pad
|
||||
#define I2C3_SCL PA8 // S4 pad
|
||||
#define I2C3_SDA PC9 // S6 pad
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_3)
|
||||
#else
|
||||
#define USE_I2C_DEVICE_1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue