Change variables names - MMDVM_HS wines!

This commit is contained in:
CT2JAY
2017-11-16 19:57:11 +00:00
parent ee6b54fda2
commit a0392b1221
3 changed files with 4 additions and 4 deletions

View File

@@ -919,7 +919,7 @@ bool CModem::readVersion()
else if (::memcmp(m_buffer + 4U, "DVMEGA", 6U) == 0)
m_hwType = HWT_DVMEGA;
else if (::memcmp(m_buffer + 4U, "ZUMspot", 7U) == 0)
m_hwType = HWT_MMDVM_HSHAT;
m_hwType = HWT_MMDVM_HS;
LogInfo("MMDVM protocol version: %u, description: %.*s", m_buffer[3U], m_length - 4U, m_buffer + 4U);
return true;