summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-26 07:04:23 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-26 07:04:23 +0000
commitdbc99be9a0b0b05b23f0f6e5623faae3876829e7 (patch)
treefbd7350e79fc0c1492b4a44fb8b4390d8244e344 /util
parentb2117065596dc5750f27dd979e358306aabda262 (diff)
cleanup
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util')
-rw-r--r--util/spkmodem_decode/spkmodem-decode.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/util/spkmodem_decode/spkmodem-decode.c b/util/spkmodem_decode/spkmodem-decode.c
index 4af92b95..3b3b33f8 100644
--- a/util/spkmodem_decode/spkmodem-decode.c
+++ b/util/spkmodem_decode/spkmodem-decode.c
@@ -144,11 +144,7 @@
* Convert tone frequency ranges into pulse counts within the
* sliding analysis window.
*
-<<<<<<< HEAD
- * pulse_count is: tone_frequency / FRAME_RATE
-=======
* pulse_count = tone_frequency / FRAME_RATE
->>>>>>> a010665c1d (fix typo in comment)
* where FRAME_RATE = SAMPLE_RATE / SAMPLES_PER_FRAME.
*/
#define FREQ_SEP_MIN ((SEP_TONE_MIN_HZ) / (FRAME_RATE))