mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 02:16:53 +08:00
Tools/px4moduledoc: add new rpm_sensor subcategory
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user