Browse Source

Tools/px4moduledoc: add new rpm_sensor subcategory

master
Daniel Agar 3 years ago committed by Beat Küng
parent
commit
4f62b01dc7
  1. 2
      Tools/px4moduledoc/srcparser.py

2
Tools/px4moduledoc/srcparser.py

@ -16,7 +16,7 @@ class ModuleDocumentation(object):
valid_categories = ['driver', 'estimator', 'controller', 'system', valid_categories = ['driver', 'estimator', 'controller', 'system',
'communication', 'command', 'template', 'simulation', 'autotune'] 'communication', 'command', 'template', 'simulation', 'autotune']
valid_subcategories = ['', 'distance_sensor', 'imu', 'airspeed_sensor', valid_subcategories = ['', 'distance_sensor', 'imu', 'airspeed_sensor',
'magnetometer', 'baro', 'optical_flow'] 'magnetometer', 'baro', 'optical_flow', 'rpm_sensor']
max_line_length = 80 # wrap lines that are longer than this max_line_length = 80 # wrap lines that are longer than this

Loading…
Cancel
Save