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

Improve code visualization in some editors

This commit is contained in:
Carles Fernandez 2022-07-15 13:02:10 +02:00
parent 80ca352ffc
commit 79d516d4d4

View File

@ -73,7 +73,7 @@ void beidou_b1i_code_gen_int(own::span<int32_t> dest, int32_t prn, uint32_t chip
} }
// Set the delay // Set the delay
delay = code_length; //********************************** delay = code_length; // *********************************
delay += chip_shift; delay += chip_shift;
delay %= code_length; delay %= code_length;