Change a method name.

This commit is contained in:
Jonathan Naylor 2021-08-26 17:39:52 +01:00
parent 2200945857
commit a5eaafc7e0
3 changed files with 3 additions and 3 deletions

View file

@ -1306,7 +1306,7 @@ void CSerialPort::processMessage(uint8_t type, const uint8_t* buffer, uint16_t l
case MMDVM_M17_LINK_SETUP:
if (m_m17Enable) {
if (m_modemState == STATE_IDLE || m_modemState == STATE_M17)
err = m17TX.writeHeader(buffer, length);
err = m17TX.writeLinkSetup(buffer, length);
}
if (err == 0U) {
if (m_modemState == STATE_IDLE)