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 a42558f commit 849e484Copy full SHA for 849e484
src/adc.rs
@@ -2863,21 +2863,6 @@ adc_opamp!(
2863
opamp::Opamp6 => (ADC4, 17),
2864
);
2865
2866
-#[cfg(any(
2867
- feature = "stm32g473",
2868
- feature = "stm32g474",
2869
- feature = "stm32g483",
2870
- feature = "stm32g484",
2871
- feature = "stm32g491",
2872
- feature = "stm32g4a1",
2873
-))]
2874
-adc_op_follower!(
2875
- opamp::opamp3::Follower<A> => (ADC3, 13),
2876
- opamp::opamp4::Follower<A> => (ADC5, 5),
2877
- opamp::opamp5::Follower<A> => (ADC5, 3),
2878
- opamp::opamp6::Follower<A> => (ADC4, 17),
2879
-);
2880
-
2881
#[cfg(any(feature = "stm32g491", feature = "stm32g4a1",))]
2882
adc_opamp!(
2883
opamp::Opamp6 => (ADC3, 17),
0 commit comments