Browse Source

Tools: Parameters: Permit kHz as a unit

mission-4.1.18
Michael du Breuil 8 years ago committed by Andrew Tridgell
parent
commit
31924e46d3
  1. 1
      Tools/autotest/param_metadata/param.py

1
Tools/autotest/param_metadata/param.py

@ -47,6 +47,7 @@ known_units = { @@ -47,6 +47,7 @@ known_units = {
'ms' : 'milliseconds' ,
'PWM' : 'PWM in microseconds' , # should be microseconds, this is NOT a SI unit, but follows https://github.com/ArduPilot/ardupilot/pull/5538#issuecomment-271943061
'Hz' : 'hertz' ,
'kHz' : 'kilohertz' ,
# distance
'km' : 'kilometers' , # metre is the SI unit name, meter is the american spelling of it
'm' : 'meters' , # metre is the SI unit name, meter is the american spelling of it

Loading…
Cancel
Save