Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed Jun 21, 2020
1 parent c034e63 commit 68e05cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/devices/mode/oneshot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use crate::{
};
use core::marker::PhantomData;
use embedded_hal::adc;
use nb;

impl<DI, IC, CONV, E> Ads1x1x<DI, IC, CONV, mode::OneShot>
where
Expand Down

0 comments on commit 68e05cb

Please sign in to comment.