1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-08-29 17:07:58 +00:00

Fix for clang-tidy

This commit is contained in:
Carles Fernandez
2020-06-19 15:37:28 +02:00
parent bc0cc69d76
commit 87989ead0a

View File

@@ -427,7 +427,7 @@ bool config_ad9361_rx_remote(const std::string &remote_host,
bool quadrature_,
bool rfdc_,
bool bbdc_,
std::string filter_source_,
std::string filter_source_, // NOLINT(performance-unnecessary-value-param)
std::string filter_filename_,
float Fpass_,
float Fstop_)