Skip to content

Commit 1d97acf

Browse files
committed
remove unused associated type
1 parent 2515a4c commit 1d97acf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/qei.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ use crate::{
66
};
77

88
pub trait QeiExt: Sized + Instance {
9-
type Count;
10-
119
fn qei(
1210
self,
1311
pins: (
@@ -18,8 +16,6 @@ pub trait QeiExt: Sized + Instance {
1816
}
1917

2018
impl<TIM: Instance> QeiExt for TIM {
21-
type Count = TIM::Width;
22-
2319
fn qei(
2420
self,
2521
pins: (

0 commit comments

Comments
 (0)