Adding 19.68 MHz TCXO support

This commit is contained in:
Andy CA6JAU 2017-02-05 18:48:55 -03:00
parent 7d6d179846
commit d71b7aa053
4 changed files with 186 additions and 67 deletions

4
IO.cpp
View file

@ -103,11 +103,11 @@ void CIO::interrupt()
void CIO::start()
{
ifConf();
if (m_started)
return;
ifConf();
delay_rx();
setRX();