mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 14:37:02 +00:00
Assert optional output pins on mode change.
This commit is contained in:
parent
2e0d0c027c
commit
e9ba2e896a
4 changed files with 51 additions and 2 deletions
|
|
@ -315,6 +315,8 @@ void CSerialPort::setMode(MMDVM_STATE modemState)
|
|||
}
|
||||
|
||||
m_modemState = modemState;
|
||||
|
||||
io.setMode();
|
||||
}
|
||||
|
||||
void CSerialPort::start()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue