1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-18 21:23:02 +00:00

fix comment

This commit is contained in:
Marc Majoral 2023-12-20 18:01:40 +01:00 committed by Carles Fernandez
parent 3df8b9e83f
commit dfbdd4bc76

View File

@ -558,8 +558,7 @@ void Ad9361FpgaSignalSource::run_DMA_process(const std::string &filename0_, cons
}
}
// skip the initial samples if neededsrc/algorithms/signal_source/libs/ad9361_manager.cc
// skip the initial samples if needed
uint64_t bytes_to_skeep = samples_to_skip * item_size;
try
{