1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-22 02:57:41 +00:00

Apply clang-tidy fixes when -DENABLE_FPGA=ON

This commit is contained in:
Carles Fernandez
2021-01-25 22:07:59 +01:00
parent 419eff9424
commit d6d1fff743
6 changed files with 11 additions and 8 deletions

View File

@@ -69,7 +69,7 @@ Fpga_dynamic_bit_selection::~Fpga_dynamic_bit_selection()
}
void Fpga_dynamic_bit_selection::bit_selection(void)
void Fpga_dynamic_bit_selection::bit_selection()
{
// estimated signal power corresponding to frequency band 1
uint32_t rx_signal_power1 = d_map_base1[1];