Fixed over the wire bits to 12 (MIMO only)

master
Xavier Arteaga 7 years ago committed by Ismael Gomez
parent c29af35158
commit 54974c5d64

@ -395,7 +395,7 @@ int rf_uhd_open_multi(char *args, void **h, uint32_t nof_channels)
size_t channel[4] = {0, 1, 2, 3};
uhd_stream_args_t stream_args = {
.cpu_format = "fc32",
.otw_format = "sc16",
.otw_format = (nof_channels > 1) ? "sc12" : "sc16",
.args = "",
.channel_list = channel,
.n_channels = nof_channels,

Loading…
Cancel
Save