summaryrefslogtreecommitdiff
path: root/src/tuners/fc0013.rs
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2021-04-17 23:17:14 +0300
committerYuval Adam <_@yuv.al>2021-04-17 23:17:14 +0300
commit652ca38898c41e9a213c9676af24b24b464d2c29 (patch)
tree33e160f2eae68bbc9cdb6f1f49aade0221c711ad /src/tuners/fc0013.rs
parentac956ac7d3dd5b51bfa9fc467ffb68a4715f3478 (diff)
Start moving handle around
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 14e7970..5b5e1f2 100644
--- a/src/tuners/fc0013.rs
+++ b/src/tuners/fc0013.rs
@@ -41,7 +41,7 @@ impl Tuner for FC0013 {
unimplemented!()
}
- fn set_bw(&self, _bw: u32) {
+ fn set_bw(&self, _bw: u32, _handle: &RtlSdrDeviceHandle) {
unimplemented!()
}