mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-09-02 10:57:59 +00:00
Fixed a typo
This commit is contained in:
@@ -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,
|
void galileo_e5_b_code_gen_complex_sampled(own::span<std::complex<float>> _dest,
|
||||||
uint32_t _prn,
|
uint32_t _prn,
|
||||||
const std::array<char, 3>& _Signal,
|
const std::array<char, 4>& _Signal,
|
||||||
int32_t _fs,
|
int32_t _fs,
|
||||||
uint32_t _chip_shift)
|
uint32_t _chip_shift)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user