Skip to content

Commit

Permalink
fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
hurdad committed May 31, 2018
1 parent 4e25b34 commit ad01056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Streaming.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit ad01056

Please sign in to comment.