Merge branch 'next' into 2rx

This commit is contained in:
Ismael Gomez 2017-02-10 18:23:31 +01:00
commit e850caaf96
1 changed files with 2 additions and 2 deletions

View File

@ -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)