mirror of https://github.com/ArduPilot/ardupilot
AP_Logger: add instance unit type
This commit is contained in:
parent
136e10a781
commit
4ae64416c3
|
@ -110,7 +110,8 @@ const struct UnitStructure log_Units[] = {
|
|||
{ 'P', "Pa" }, // Pascal
|
||||
{ 'w', "Ohm" }, // Ohm
|
||||
{ 'Y', "us" }, // pulse width modulation in microseconds
|
||||
{ 'z', "Hz" } // Hertz
|
||||
{ 'z', "Hz" }, // Hertz
|
||||
{ '#', "instance" } // (e.g.)Sensor instance number
|
||||
};
|
||||
|
||||
// this multiplier information applies to the raw value present in the
|
||||
|
|
Loading…
Reference in New Issue