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
1 changed files with 1 additions and 2 deletions

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
{