From d565750bf7d5cfd75edf7322b41cce02559c7d3c Mon Sep 17 00:00:00 2001 From: Ahmet Inan Date: Wed, 2 Jul 2025 06:49:38 +0200 Subject: [PATCH] use a larger list --- decode.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decode.cc b/decode.cc index 067b85d..376a872 100644 --- a/decode.cc +++ b/decode.cc @@ -35,7 +35,7 @@ template struct Decoder { typedef int16_t code_type; - typedef SIMD mesg_type; + typedef SIMD mesg_type; typedef DSP::Const Const; static const int guard_len = rate / 100; static const int symbol_len = guard_len * 16;