mirror of https://github.com/g4klx/MMDVM.git
Typo
This commit is contained in:
parent
042c26b3bb
commit
1d04c1e903
2
FM.cpp
2
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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue