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/tuners/fc0013.rs | |
| parent | a3ec09ac29b26ebd1cc1235f7ecdcd6a3d74cd60 (diff) | |
Add more r82xx functions and cleanup some errors
Diffstat (limited to 'src/tuners/fc0013.rs')
| -rw-r--r-- | src/tuners/fc0013.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tuners/fc0013.rs b/src/tuners/fc0013.rs index d486f87..c3683e1 100644 --- a/src/tuners/fc0013.rs +++ b/src/tuners/fc0013.rs @@ -41,7 +41,7 @@ impl Tuner for FC0013 { unimplemented!() } - fn set_bandwidth(&self, _bw: u32, _handle: &RtlSdrDeviceHandle) { + fn set_bandwidth(&self, _bw: u16, _rate: u32, _handle: &RtlSdrDeviceHandle) { unimplemented!() } |
