aboutsummaryrefslogtreecommitdiffstats
path: root/OutputUHD.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'OutputUHD.hpp')
-rw-r--r--OutputUHD.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/OutputUHD.hpp b/OutputUHD.hpp
index 37d8397..f1d164e 100644
--- a/OutputUHD.hpp
+++ b/OutputUHD.hpp
@@ -34,7 +34,7 @@ class OutputUHD {
OutputUHD(double txgain, double rxgain, double samplerate);
size_t Transmit(const complexf *samples, size_t sizeIn, double *first_sample_time);
- size_t Receive(complexf *samples, size_t sizeIn, double *first_sample_time);
+ ssize_t Receive(complexf *samples, size_t sizeIn, double *first_sample_time);
private:
double m_txgain;