Browse Source

param_metadata: add microseconds under known param type

c415-sdk
bugobliterator 5 years ago committed by Andrew Tridgell
parent
commit
c02c500ac5
  1. 1
      Tools/autotest/param_metadata/param.py

1
Tools/autotest/param_metadata/param.py

@ -49,6 +49,7 @@ known_units = { @@ -49,6 +49,7 @@ known_units = {
'ds' : 'deciseconds' ,
'cs' : 'centiseconds' ,
'ms' : 'milliseconds' ,
'us' : 'microseconds' ,
'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' ,

Loading…
Cancel
Save