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
1 changed files with 1 additions and 1 deletions

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
delay = code_length; //**********************************
delay = code_length; // *********************************
delay += chip_shift;
delay %= code_length;