Skip to content

Commit 7c2477f

Browse files
committed
Remove Generic
1 parent d201dc3 commit 7c2477f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ use core::ops::Deref;
1414
use cortex_m::asm;
1515
use embedded_hal::adc::{Channel, OneShot};
1616

17+
use crate::time::rate::Hertz;
1718
use crate::time::duration::Microseconds;
1819
use crate::time::fixed_point::FixedPoint;
19-
use crate::time::rate::{Generic, Hertz};
2020

2121
use crate::gpio::{self, Analog};
2222
use crate::pac::RCC;

0 commit comments

Comments
 (0)