1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Merge pull request #3637 from jflyper/bfdev-fix-i2c-pin-for-revo

REVO Fix I2C pin name typo
This commit is contained in:
jflyper 2017-07-27 08:04:54 +09:00 committed by GitHub
commit e2262d8828

View file

@ -235,7 +235,7 @@
#define USE_I2C_DEVICE_1
#define I2C_DEVICE (I2CDEV_1)
#define I2C1_SCL PB8
#define I2C2_SDA PB9
#define I2C1_SDA PB9
#endif
#define USE_ADC