mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-07-19 02:12:55 +00:00
Fix FPGA termination
This commit is contained in:
parent
d4ed61df4b
commit
11b499535e
@ -121,7 +121,9 @@ void GNSSFlowgraph::stop()
|
|||||||
chan->stop_channel(); // stop the acquisition or tracking operation
|
chan->stop_channel(); // stop the acquisition or tracking operation
|
||||||
}
|
}
|
||||||
top_block_->stop();
|
top_block_->stop();
|
||||||
|
#ifndef ENABLE_FPGA
|
||||||
top_block_->wait();
|
top_block_->wait();
|
||||||
|
#endif
|
||||||
running_ = false;
|
running_ = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user