mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-05-07 13:37:48 +00:00
Add the transmit function.
This commit is contained in:
parent
f65d52bf2f
commit
54745130c2
3 changed files with 19 additions and 2 deletions
|
|
@ -1109,7 +1109,7 @@ void CSerialPort::processMessage(uint8_t type, const uint8_t* buffer, uint16_t l
|
|||
#endif
|
||||
#if defined(MODE_M17)
|
||||
if (m_modemState == STATE_M17CAL)
|
||||
err = 0U;
|
||||
err = calM17.write(buffer, length);
|
||||
#endif
|
||||
#if defined(MODE_POCSAG)
|
||||
if (m_modemState == STATE_POCSAGCAL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue