mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Mount: Update Tusuav backend 11.15_2
This commit is contained in:
parent
1176164cf6
commit
f6a311d9b3
@ -212,7 +212,7 @@ void AP_Mount_Tusuav::read_incoming_packets()
|
|||||||
bool reset_parser = false;
|
bool reset_parser = false;
|
||||||
|
|
||||||
// process bytes received
|
// process bytes received
|
||||||
for (auto i=0; i<nbytes; i++) {
|
for (auto i=0U; i<nbytes; i++) {
|
||||||
uint8_t b;
|
uint8_t b;
|
||||||
if (!_uart->read(b)) {
|
if (!_uart->read(b)) {
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user