mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 06:55:52 +08:00
Display the M17 FN numbers correctly.
This commit is contained in:
@@ -279,7 +279,7 @@ bool CM17Control::writeModem(unsigned char* data, unsigned int len)
|
||||
m_rfFN = (frame[0U] << 8) + (frame[1U] << 0);
|
||||
}
|
||||
|
||||
LogDebug("M17, audio: FN: %u, errs: %u/272 (%.1f%%)", m_rfFN & 0x7FU, errors, float(errors) / 2.72F);
|
||||
LogDebug("M17, audio: FN: %u, errs: %u/272 (%.1f%%)", m_rfFN & 0x7FFFU, errors, float(errors) / 2.72F);
|
||||
|
||||
m_rfBits += 272U;
|
||||
m_rfErrs += errors;
|
||||
|
||||
Reference in New Issue
Block a user