Tools/px4moduledoc: add new rpm_sensor subcategory

This commit is contained in:
Daniel Agar 2022-02-21 21:56:31 -05:00 committed by Beat Küng
parent f31f3370ef
commit 4f62b01dc7
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class ModuleDocumentation(object):
valid_categories = ['driver', 'estimator', 'controller', 'system',
'communication', 'command', 'template', 'simulation', 'autotune']
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