AP_Mount: Update Tusuav backend 11.15_2

This commit is contained in:
yi 2024-11-15 17:50:12 +08:00
parent 1176164cf6
commit f6a311d9b3

View File

@ -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;