Skip to content

Commit 4753671

Browse files
committed
Adc does not panic anymore
1 parent 7376870 commit 4753671

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/adc.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -262,12 +262,6 @@ where
262262
/// Init a new ADC
263263
///
264264
/// Enables the clock, performs a calibration and enables the ADC
265-
///
266-
/// # Panics
267-
/// If one of the following occurs:
268-
/// * the clocksetting is not well defined.
269-
/// * the clock was already enabled with a different setting
270-
///
271265
pub fn new(
272266
adc: ADC,
273267
// TODO: frequency is not a possible input

0 commit comments

Comments
 (0)