util/spkmodem-recv: say what freq_sep/data are

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-12 05:25:24 +00:00
parent fcecb1229e
commit 1d2ee1cabc
+4
View File
@@ -49,6 +49,10 @@ struct decoder_state {
int ringpos;
int sep_pos;
/*
* Sliding window pulse counters
* used to detect modem tones
*/
int freq_data;
int freq_separator;
int sample_count;