forgot return 0

This commit is contained in:
Ismael Gomez 2017-02-10 18:22:10 +01:00
parent 8f9f6ee922
commit 9b04b6ee88
1 changed files with 1 additions and 0 deletions

View File

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