mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 22:45:31 +00:00
Fix label
This commit is contained in:
parent
4db9f08d80
commit
980dde5da6
1 changed files with 1 additions and 1 deletions
|
|
@ -477,7 +477,7 @@ void CModem::clock(unsigned int ms)
|
|||
printSamples();
|
||||
break;
|
||||
|
||||
efault:
|
||||
default:
|
||||
LogMessage("Unknown message, type: %02X", m_buffer[2U]);
|
||||
CUtils::dump("Buffer dump", m_buffer, m_length);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue