We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 806715f commit e202591Copy full SHA for e202591
src/adc/h5.rs
@@ -124,11 +124,6 @@ macro_rules! adc_pins_common {
124
)*};
125
}
126
127
-#[cfg(any(
128
- feature = "stm32h503",
129
- feature = "stm32h523",
130
- feature = "stm32h533"
131
-))]
132
adc_pins_common!(
133
gpio::PC0<Analog> => 10,
134
gpio::PC1<Analog> => 11,
@@ -150,15 +145,14 @@ adc_pins_common!(
150
145
gpio::PB1<Analog> => 5,
151
146
);
152
147
153
-#[cfg(feature = "stm32h523")]
148
+#[cfg(feature = "rm0481")]
154
149
adc_pins!(
155
ADC1,
156
gpio::PF11<Analog> => 2,
157
gpio::PF12<Analog> => 6,
158
-
159
160
161
162
163
ADC2,
164
gpio::PF13<Analog> => 2,
0 commit comments