diff options
| author | Yuval Adam <_@yuv.al> | 2021-04-17 23:17:14 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2021-04-17 23:17:14 +0300 |
| commit | 652ca38898c41e9a213c9676af24b24b464d2c29 (patch) | |
| tree | 33e160f2eae68bbc9cdb6f1f49aade0221c711ad /src/usb.rs | |
| parent | ac956ac7d3dd5b51bfa9fc467ffb68a4715f3478 (diff) | |
Start moving handle around
Diffstat (limited to 'src/usb.rs')
| -rw-r--r-- | src/usb.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
