Merge pull request #60 from matoushybl/fix/i2c-030

Remove STM32F030 from devices that have I2C1 available on pins PA11 a…
trying.tmp
Daniel Egger 4 years ago committed by GitHub
commit 0699aef12c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -72,7 +72,7 @@ i2c_pins! {
sda => [gpioa::PA10<Alternate<AF4>>],
}
}
#[cfg(any(feature = "stm32f030", feature = "stm32f042", feature = "stm32f048"))]
#[cfg(any(feature = "stm32f042", feature = "stm32f048"))]
i2c_pins! {
I2C1 => {
scl => [gpioa::PA11<Alternate<AF5>>],

Loading…
Cancel
Save