mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-01 18:29:16 +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:
|
case STATE_SYNC:
|
||||||
|
|
||||||
if (rxbyte != SYNC_VAL) {
|
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) + ")");
|
UAVTALK_QXTLOG_DEBUG("UAVTalk: Sync->Sync (" + QString::number(rxbyte) + " " + QString("0x%1").arg(rxbyte, 2, 16) + ")");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user