mirror of https://github.com/ArduPilot/ardupilot
AP_EFI: Fix some typos
Fixed some typos found in the code.
This commit is contained in:
parent
e3d9ce3fd0
commit
acda439a40
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue