summaryrefslogtreecommitdiff
path: root/src/tuners/fc0013.rs
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2021-04-25 11:07:19 +0300
committerYuval Adam <_@yuv.al>2021-04-25 11:07:19 +0300
commit308de1d8bf47c8a73d1cd6fe36e9d5adf2f22d8a (patch)
tree3e2e223843db6d3174e9f81ba2703ce5d05a78a0 /src/tuners/fc0013.rs
parent47934e3c7ca64bfb82fbcede47491084a9e9f266 (diff)
Implement set bandwidth
Diffstat (limited to 'src/tuners/fc0013.rs')
-rw-r--r--src/tuners/fc0013.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tuners/fc0013.rs b/src/tuners/fc0013.rs
index c3683e1..b7d5398 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: u16, _rate: u32, _handle: &RtlSdrDeviceHandle) {
+ fn set_bandwidth(&mut self, _bw: u32, _rate: u32, _handle: &RtlSdrDeviceHandle) {
unimplemented!()
}