aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/sink_iface.h2
-rw-r--r--lib/source_iface.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/sink_iface.h b/lib/sink_iface.h
index 9f06537..49eea7b 100644
--- a/lib/sink_iface.h
+++ b/lib/sink_iface.h
@@ -233,7 +233,7 @@ public:
/*!
* Set the bandpass filter on the radio frontend.
- * \param bandwidth the filter bandwidth in Hz
+ * \param bandwidth the filter bandwidth in Hz, set to 0 for automatic selection
* \param chan the channel index 0 to N-1
* \return the actual filter bandwidth in Hz
*/
diff --git a/lib/source_iface.h b/lib/source_iface.h
index 41beee5..659a702 100644
--- a/lib/source_iface.h
+++ b/lib/source_iface.h
@@ -256,7 +256,7 @@ public:
/*!
* Set the bandpass filter on the radio frontend.
- * \param bandwidth the filter bandwidth in Hz
+ * \param bandwidth the filter bandwidth in Hz, set to 0 for automatic selection
* \param chan the channel index 0 to N-1
* \return the actual filter bandwidth in Hz
*/