From acda439a40a849c615d6919f2df03912129991ed Mon Sep 17 00:00:00 2001 From: Mykhailo Kuznietsov Date: Wed, 11 Oct 2023 18:41:52 +1100 Subject: [PATCH] AP_EFI: Fix some typos Fixed some typos found in the code. --- libraries/AP_EFI/AP_EFI_Serial_MS.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_EFI/AP_EFI_Serial_MS.cpp b/libraries/AP_EFI/AP_EFI_Serial_MS.cpp index 78fb2e55a3..4c87783b1d 100644 --- a/libraries/AP_EFI/AP_EFI_Serial_MS.cpp +++ b/libraries/AP_EFI/AP_EFI_Serial_MS.cpp @@ -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