aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/soapy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/soapy.h')
-rw-r--r--src/common/soapy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/soapy.h b/src/common/soapy.h
index dcfadde..c51d34e 100644
--- a/src/common/soapy.h
+++ b/src/common/soapy.h
@@ -1,5 +1,5 @@
-int soapy_open(const char *device_args, double tx_frequency, double rx_frequency, double rate, double rx_gain, double tx_gain);
+int soapy_open(const char *device_args, double tx_frequency, double rx_frequency, double rate, double rx_gain, double tx_gain, double bandwidth);
int soapy_start(void);
void soapy_close(void);
int soapy_send(float *buff, int num);