Skip to content

Commit

Permalink
Fix label
Browse files Browse the repository at this point in the history
  • Loading branch information
phl0 committed Feb 13, 2017
1 parent 4db9f08 commit 980dde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 980dde5

Please sign in to comment.