mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-31 03:14:56 +00:00
Fix gnss-sdr stop after completing a timestamp source processing
This commit is contained in:
parent
8ea476d2b8
commit
672edceec3
@ -94,7 +94,8 @@ int Gnss_Sdr_Timestamp::work(int noutput_items,
|
||||
{
|
||||
if (read_next_timetag() == false)
|
||||
{
|
||||
return -1;
|
||||
//std::cout << "End of TimeTag file reached!\n";
|
||||
//return 0; //todo: find why return -1 does not stop gnss-sdr!
|
||||
}
|
||||
get_next_timetag = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user