summaryrefslogtreecommitdiffstats
path: root/src/devices/mode/oneshot.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/mode/oneshot.rs')
-rw-r--r--src/devices/mode/oneshot.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/mode/oneshot.rs b/src/devices/mode/oneshot.rs
index e8aa533..de7e11e 100644
--- a/src/devices/mode/oneshot.rs
+++ b/src/devices/mode/oneshot.rs
@@ -18,7 +18,7 @@ where
iface: self.iface,
config: self.config,
a_conversion_was_started: self.a_conversion_was_started,
- converter: self.converter,
+ _conv: PhantomData,
_ic: PhantomData,
_mode: PhantomData
})