AP_EFI: Fix some typos

Fixed some typos found in the code.
This commit is contained in:
Mykhailo Kuznietsov 2023-10-11 18:41:52 +11:00 committed by Peter Barker
parent e3d9ce3fd0
commit acda439a40
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ bool AP_EFI_Serial_MS::read_incoming_realtime_data()
{
// Data is parsed directly from the buffer, otherwise we would need to allocate
// several hundred bytes for the entire realtime data table or request every
// value individiually
// value individually
uint16_t message_length = 0;
// reset checksum before reading new data