mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-03 11:24:10 +01:00
OP-1122 OP-1125 uavtalk - fixed minor typos
This commit is contained in:
parent
1a25e87fde
commit
cb902900de
@ -264,7 +264,7 @@ bool UAVTalk::processInputByte(quint8 rxbyte)
|
||||
case STATE_SYNC:
|
||||
|
||||
if (rxbyte != SYNC_VAL) {
|
||||
// continue until synch byte is matched
|
||||
// continue until sync byte is matched
|
||||
UAVTALK_QXTLOG_DEBUG("UAVTalk: Sync->Sync (" + QString::number(rxbyte) + " " + QString("0x%1").arg(rxbyte, 2, 16) + ")");
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user