Add the transmit function.

This commit is contained in:
Jonathan Naylor 2021-10-27 21:28:43 +01:00
parent f65d52bf2f
commit 54745130c2
3 changed files with 19 additions and 2 deletions

View file

@ -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)