1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-25 22:43:14 +00:00

Make clang-tidy happy

This commit is contained in:
Carles Fernandez 2020-11-08 20:55:19 +01:00
parent 76bbd3c3bb
commit 1568c52000
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -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;