forgot return 0

master
Ismael Gomez 8 years ago
parent 9b04b6ee88
commit 57e7898bd8

@ -186,8 +186,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); return 0;
return 0;
uhd_rx_streamer_issue_stream_cmd(handler->rx_stream, &stream_cmd);
return 0;
}
int rf_uhd_stop_rx_stream(void *h)

Loading…
Cancel
Save