mirror of https://github.com/ArduPilot/ardupilot
AP_FETtecOneWire: correct spelling mili -> milli
This commit is contained in:
parent
fb8582e98e
commit
3eb0fca212
|
@ -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
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue