1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-14 12:10:34 +00:00

Fixed an error

This commit is contained in:
piyush0411 2020-06-21 01:55:44 +05:30
parent eea1afea18
commit c05129574c

View File

@ -619,7 +619,7 @@ std::unique_ptr<GNSSBlockInterface> GNSSBlockFactory::GetChannel_7X(
std::move(acq_),
std::move(trk_),
std::move(tlm_),
"Channel", "7X", queue));
"Channel", "7X", queue);
return channel_;
}