mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Periph: Fix documentation for INS parameters
Parameters are being generated as `INS_` as the group, so `INS_USE` is actually documented as `INS__USE` (not the double underscore).
This commit is contained in:
parent
75af2d8cfb
commit
753f9eedef
@ -732,7 +732,7 @@ const AP_Param::Info AP_Periph_FW::var_info[] = {
|
|||||||
// @User: Standard
|
// @User: Standard
|
||||||
GSCALAR(imu_sample_rate, "INS_SAMPLE_RATE", 0),
|
GSCALAR(imu_sample_rate, "INS_SAMPLE_RATE", 0),
|
||||||
|
|
||||||
// @Group: INS_
|
// @Group: INS
|
||||||
// @Path: ../libraries/AP_InertialSensor/AP_InertialSensor.cpp
|
// @Path: ../libraries/AP_InertialSensor/AP_InertialSensor.cpp
|
||||||
GOBJECT(imu, "INS", AP_InertialSensor),
|
GOBJECT(imu, "INS", AP_InertialSensor),
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user