1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-24 19:14:15 -04:00

M17: M17Demodulator M17FrameDecoder and M17Framer code cleanup

This commit is contained in:
f4exb
2022-07-27 23:38:35 +02:00
parent 820a5dc992
commit 8e1d5a3bbd
3 changed files with 9 additions and 16 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ QString dump(const std::array<C,N>& data, char header = 'D')
struct M17FrameDecoder
{
static constexpr size_t MAX_LICH_FRAGMENT = 5;
static const size_t MAX_LICH_FRAGMENT = 5;
M17Randomizer<368> derandomize_;
PolynomialInterleaver<45, 92, 368> interleaver_;