Browse Source

Fixed compile warning

QGC4.4
lm 14 years ago
parent
commit
25bb4e0013
  1. 1
      src/ui/DebugConsole.cc

1
src/ui/DebugConsole.cc

@ -394,7 +394,6 @@ void DebugConsole::receiveBytes(LinkInterface* link, QByteArray bytes) @@ -394,7 +394,6 @@ void DebugConsole::receiveBytes(LinkInterface* link, QByteArray bytes)
case (unsigned char)'\n': // Accept line feed
if (lastByte != '\r') // Do not break line again for CR+LF
str.append(byte); // only break line for single LF or CR bytes
else ;
break;
case (unsigned char)' ': // space of any type means don't add another on hex output
case (unsigned char)'\t': // Accept tab

Loading…
Cancel
Save