Merge branch 'next' into 2rx

master
Ismael Gomez 8 years ago
commit e850caaf96

@ -188,8 +188,8 @@ int rf_uhd_start_rx_stream(void *h)
stream_cmd.time_spec_frac_secs -= 1;
stream_cmd.time_spec_full_secs += 1;
}
uhd_rx_streamer_issue_stream_cmd(handler->rx_stream, &stream_cmd);
uhd_rx_streamer_issue_stream_cmd(handler->rx_stream, &stream_cmd);
return 0;
}
int rf_uhd_stop_rx_stream(void *h)

Loading…
Cancel
Save