diff options
author | Diego Barrios Romero <eldruin@gmail.com> | 2020-06-21 23:45:21 +0200 |
---|---|---|
committer | Diego Barrios Romero <eldruin@gmail.com> | 2020-06-21 23:45:21 +0200 |
commit | 68e05cb5c9cc2204f04613fd5d2ae72b6181dbf4 (patch) | |
tree | a11d5365ba8e11e3272a85217e8b48d0d359cbdc | |
parent | c034e633f07d7cde1ca3bf5ac9a2dd4b8f6c244e (diff) | |
download | ads1x1x-async-68e05cb5c9cc2204f04613fd5d2ae72b6181dbf4.tar.gz ads1x1x-async-68e05cb5c9cc2204f04613fd5d2ae72b6181dbf4.tar.xz ads1x1x-async-68e05cb5c9cc2204f04613fd5d2ae72b6181dbf4.zip |
Remove unused import
-rw-r--r-- | src/devices/mode/oneshot.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/mode/oneshot.rs b/src/devices/mode/oneshot.rs index 579c2fb..665ce33 100644 --- a/src/devices/mode/oneshot.rs +++ b/src/devices/mode/oneshot.rs @@ -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 |