mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Logger: include litres in unit list
This commit is contained in:
parent
cfa3370f9f
commit
0320f18ef9
@ -56,7 +56,7 @@ const struct UnitStructure log_Units[] = {
|
||||
{ 'h', "degheading" }, // 0.? to 359.?
|
||||
{ 'i', "A.s" }, // Ampere second
|
||||
{ 'J', "W.s" }, // Joule (Watt second)
|
||||
// { 'l', "l" }, // litres
|
||||
{ 'l', "l" }, // litres
|
||||
{ 'L', "rad/s/s" }, // radians per second per second
|
||||
{ 'm', "m" }, // metres
|
||||
{ 'n', "m/s" }, // metres per second
|
||||
|
Loading…
Reference in New Issue
Block a user