diff options
| author | Yuval Adam <_@yuv.al> | 2021-04-23 15:11:59 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2021-04-23 15:11:59 +0300 |
| commit | 7641e0d8e75ac5de285935311e27c4529e69e154 (patch) | |
| tree | e3835ce1272512f65e53256f055ddee8a6b6dd45 /src/usb.rs | |
| parent | a3ec09ac29b26ebd1cc1235f7ecdcd6a3d74cd60 (diff) | |
Add more r82xx functions and cleanup some errors
Diffstat (limited to 'src/usb.rs')
| -rw-r--r-- | src/usb.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -326,7 +326,7 @@ impl RtlSdrDeviceHandle { info!("Exact sample rate is: {} Hz", real_rate); self.set_i2c_repeater(true); - self.tuner.as_ref().unwrap().set_bw(real_rate as u32, &self); + // self.tuner.as_ref().unwrap().set_bw(real_rate as u32, &self); self.set_i2c_repeater(false); let mut tmp: u16 = (rsamp_ratio >> 16).try_into().unwrap(); |
