Remove STM32F030 from devices that have I2C1 available on pins PA11 and PA12.

This commit is contained in:
Matous Hybl 2019-05-09 20:33:45 +02:00
parent 88b9c8fd44
commit 4714c70d18
1 changed files with 1 additions and 1 deletions

View File

@ -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>>],