1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-18 11:09:56 +00:00

Fixed a typo

This commit is contained in:
piyush0411 2020-06-01 21:23:41 +05:30
parent 3f17a207fd
commit 2700c1c262

View File

@ -195,7 +195,7 @@ void galileo_e5_b_code_gen_complex_primary(own::span<std::complex<float>> _dest,
void galileo_e5_b_code_gen_complex_sampled(own::span<std::complex<float>> _dest,
uint32_t _prn,
const std::array<char, 3>& _Signal,
const std::array<char, 4>& _Signal,
int32_t _fs,
uint32_t _chip_shift)
{