From ad010563d28aa86088045894b3b23fc1f41792d9 Mon Sep 17 00:00:00 2001 From: Alexander Hurd Date: Thu, 31 May 2018 16:59:45 -0400 Subject: [PATCH] fix description --- Streaming.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Streaming.cpp b/Streaming.cpp index 84a0bc4..c898bf7 100644 --- a/Streaming.cpp +++ b/Streaming.cpp @@ -23,7 +23,7 @@ SoapySDR::ArgInfoList SoapySidekiq::getStreamArgsInfo(const int direction, const bufflenArg.key = "bufflen"; bufflenArg.value = std::to_string(DEFAULT_BUFFER_LENGTH); bufflenArg.name = "Buffer Size"; - bufflenArg.description = "Number of IQ samples per buffer, multiples of 1018 only."; + bufflenArg.description = "Number of IQ samples per buffer."; bufflenArg.units = "samples"; bufflenArg.type = SoapySDR::ArgInfo::INT;