1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-12 14:27:37 +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

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;