fix comment

This commit is contained in:
Marc Majoral 2023-12-20 18:01:40 +01:00
parent ac3319d906
commit ecadadce95
No known key found for this signature in database
GPG Key ID: 4EB5F809DF941320
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
{