mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-18 21:23:02 +00:00
Make clang-tidy happy
This commit is contained in:
parent
76bbd3c3bb
commit
1568c52000
@ -86,7 +86,7 @@ private:
|
||||
void deinterleaver(int32_t rows, int32_t cols, const float *in, float *out);
|
||||
void decode_INAV_word(float *page_part_symbols, int32_t frame_length);
|
||||
void decode_FNAV_word(float *page_symbols, int32_t frame_length);
|
||||
void decode_CNAV_word(float *page_symbols, int32_t frame_length);
|
||||
void decode_CNAV_word(float *page_symbols, int32_t page_length);
|
||||
|
||||
// vars for Viterbi decoder
|
||||
std::vector<int32_t> d_preamble_samples;
|
||||
|
Loading…
Reference in New Issue
Block a user