From 1d04c1e90388e5e53d5081a60e614160497d3fda Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Mon, 11 May 2020 22:35:46 +0200 Subject: [PATCH] Typo --- FM.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FM.cpp b/FM.cpp index 1e1f5aa..7eb7261 100644 --- a/FM.cpp +++ b/FM.cpp @@ -150,7 +150,7 @@ void CFM::samples(bool cos, q15_t* samples, uint8_t length) //samples[i] = currentSample; } - // XXX This relays audio correctly, no t, process need to be commented + // XXX This relays audio correctly, no tones yet, process need to be commented // if (m_state == FS_RELAYING_RF || m_state == FS_KERCHUNK_RF || m_state == FS_RELAYING_EXT || m_state == FS_KERCHUNK_EXT) // io.write(STATE_FM, samples, i);