fixed incorrect otw stream conf

This commit is contained in:
Ismael Gomez 2017-04-19 14:55:13 +02:00
parent 03c09e6100
commit 1a9580da30
1 changed files with 2 additions and 2 deletions

View File

@ -388,10 +388,10 @@ int rf_uhd_open_multi(char *args, void **h, uint32_t nof_rx_antennas)
size_t channel[4] = {0, 1, 2, 3};
uhd_stream_args_t stream_args = {
.cpu_format = "fc32",
.otw_format = "sc12",
.otw_format = "sc16",
.args = "",
.channel_list = channel,
.n_channels = nof_rx_antennas
.n_channels = 1
};
handler->nof_rx_channels = nof_rx_antennas;