Merge pull request #1760 from jflyper/bfdev-fix-I2C3-default-pin

I2C3 (F4 targets) is on PA8/PC9
This commit is contained in:
Nathan 2016-12-11 22:07:08 -08:00 committed by GitHub
commit 7d8e3abb5c
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ static void i2cUnstick(IO_t scl, IO_t sda);
#define I2C3_SCL PA8
#endif
#ifndef I2C3_SDA
#define I2C3_SDA PB4
#define I2C3_SDA PC9
#endif
#endif