mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-16 23:08:49 +02:00
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:
@@ -309,7 +309,6 @@ handle_audio(struct decoder_state *st)
|
|||||||
if (set_ascii_bit(st) < 0)
|
if (set_ascii_bit(st) < 0)
|
||||||
print_char(st);
|
print_char(st);
|
||||||
|
|
||||||
st->sample_count = 0;
|
|
||||||
for (sample = 0; sample < SAMPLES_PER_FRAME; sample++)
|
for (sample = 0; sample < SAMPLES_PER_FRAME; sample++)
|
||||||
decode_pulse(st);
|
decode_pulse(st);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user