From 652ca38898c41e9a213c9676af24b24b464d2c29 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sat, 17 Apr 2021 23:17:14 +0300 Subject: Start moving handle around --- src/usb.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usb.rs') diff --git a/src/usb.rs b/src/usb.rs index 79e7cf8..d32956b 100644 --- a/src/usb.rs +++ b/src/usb.rs @@ -251,7 +251,7 @@ impl RtlSdrDeviceHandle { } pub fn set_sample_rate(&self, samp_rate: u32) { - let tmp: u16; + let _tmp: u16; let real_rsamp_ratio: u32; // check if the rate is supported by the resampler -- cgit v1.3.1