1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-10 04:03:02 +00:00

Apply changes suggested by clang-tidy

This commit is contained in:
Carles Fernandez
2022-12-06 12:54:21 +01:00
parent 31b7a01c51
commit 6a1eec93b6
11 changed files with 34 additions and 32 deletions

View File

@@ -106,7 +106,7 @@ float cn0_m2m4_estimator(const gr_complex* Prompt_buffer, int length, float coh_
* Volume I, Chapter 8: GPS Receivers, AJ Systems, Los Altos, CA 94024.
* Inc.: 329-407.
*/
float carrier_lock_detector(gr_complex* Prompt_buffer, int length);
float carrier_lock_detector(const gr_complex* Prompt_buffer, int length);
/** \} */