mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-18 21:23:02 +00:00
Improve code visualization in some editors
This commit is contained in:
parent
80ca352ffc
commit
79d516d4d4
@ -73,7 +73,7 @@ void beidou_b1i_code_gen_int(own::span<int32_t> dest, int32_t prn, uint32_t chip
|
||||
}
|
||||
|
||||
// Set the delay
|
||||
delay = code_length; //**********************************
|
||||
delay = code_length; // *********************************
|
||||
delay += chip_shift;
|
||||
delay %= code_length;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user