AP_FETtecOneWire: correct spelling mili -> milli

This commit is contained in:
murata 2022-01-30 09:20:01 +09:00 committed by Randy Mackay
parent fb8582e98e
commit 3eb0fca212
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ private:
uint16_t voltage; // centi-Volt uint16_t voltage; // centi-Volt
uint16_t current; // centi-Ampere (signed?) uint16_t current; // centi-Ampere (signed?)
int16_t rpm; // centi-rpm int16_t rpm; // centi-rpm
uint16_t consumption_mah; // mili-Ampere.hour uint16_t consumption_mah; // milli-Ampere.hour
uint16_t tx_err_count; // CRC error count, as perceived from the ESC receiving side uint16_t tx_err_count; // CRC error count, as perceived from the ESC receiving side
}; };