AP_Mount: fixed SIYI parser bug

this caused lots of lost packets
This commit is contained in:
Andrew Tridgell 2023-11-03 19:48:23 +11:00 committed by Randy Mackay
parent 63047042a6
commit 9fa2535fa9
1 changed files with 1 additions and 0 deletions

View File

@ -281,6 +281,7 @@ void AP_Mount_Siyi::read_incoming_packets()
if (reset_parser) {
_parsed_msg.state = ParseState::WAITING_FOR_HEADER_LOW;
_msg_buff_len = 0;
reset_parser = false;
}
}
}