Skip to content

Commit 4b46238

Browse files
committed
Add TODO
1 parent f26598f commit 4b46238

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/adc.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2357,6 +2357,9 @@ adc_pins!(
23572357
feature = "stm32g484",
23582358
))]
23592359
adc_op!(
2360+
// TODO: Add all opamp types: Follower, OpenLoop
2361+
// TODO: Should we restrict type parameters A and B?
2362+
23602363
opamp::opamp1::Pga<A, B> => (ADC1, 3),
23612364

23622365
opamp::opamp2::Pga<A, B> => (ADC2, 3),

0 commit comments

Comments
 (0)