This commit is contained in:
Geoffrey Merck 2020-05-11 22:35:46 +02:00
parent 042c26b3bb
commit 1d04c1e903
1 changed files with 1 additions and 1 deletions

2
FM.cpp
View File

@ -150,7 +150,7 @@ void CFM::samples(bool cos, q15_t* samples, uint8_t length)
//samples[i] = currentSample; //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) // 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); // io.write(STATE_FM, samples, i);