Skip to content
Snippets Groups Projects
Commit 2d963f53 authored by Raymond Knopp's avatar Raymond Knopp
Browse files

prototype of trx_stop_func

parent 45184c76
No related branches found
No related tags found
No related merge requests found
......@@ -258,7 +258,7 @@ int trx_lms_start(openair0_device *device){
* \param card Index of the RF card to use
* \returns 0 on success
*/
int trx_lms_stop(int card) {
int trx_lms_stop(openair0_device *device) {
LMS_StopStream(&rx_stream);
LMS_StopStream(&tx_stream);
LMS_DestroyStream(lms_device,&rx_stream);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment