util/spkmodem-decode: fix 3-frame timeout

i accidentally left this reset here during a
previous refactor.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-13 00:13:51 +00:00
parent feb69bd946
commit 4fff5121e8
-1
View File
@@ -309,7 +309,6 @@ handle_audio(struct decoder_state *st)
if (set_ascii_bit(st) < 0)
print_char(st);
st->sample_count = 0;
for (sample = 0; sample < SAMPLES_PER_FRAME; sample++)
decode_pulse(st);