Skip to content

Commit

Permalink
AP_Mount: Update Tusuav backend 11.15_2
Browse files Browse the repository at this point in the history
  • Loading branch information
yi committed Nov 15, 2024
1 parent 1176164 commit f6a311d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_Mount/AP_Mount_Tusuav.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ void AP_Mount_Tusuav::read_incoming_packets()
bool reset_parser = false;

// process bytes received
for (auto i=0; i<nbytes; i++) {
for (auto i=0U; i<nbytes; i++) {
uint8_t b;
if (!_uart->read(b)) {
break;
Expand Down

0 comments on commit f6a311d

Please sign in to comment.