Assert optional output pins on mode change.

This commit is contained in:
Jonathan Naylor 2016-06-01 09:23:09 +01:00
parent 2e0d0c027c
commit e9ba2e896a
4 changed files with 51 additions and 2 deletions

View file

@ -315,6 +315,8 @@ void CSerialPort::setMode(MMDVM_STATE modemState)
}
m_modemState = modemState;
io.setMode();
}
void CSerialPort::start()