1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-13 11:40:33 +00:00
This commit is contained in:
Carles Fernandez 2019-08-13 13:50:07 +02:00
parent 0873d11407
commit c04ec18ef7
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -265,7 +265,7 @@ void rtl_tcp_signal_source_c::set_if_gain(int gain)
error = err;
gains[i + 1] = g;
}
g += r.step;;
g += r.step;
}
}
for (unsigned stage = 1; stage <= gains.size(); stage++)