mirror of https://github.com/ArduPilot/ardupilot
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
|
||||
GSCALAR(imu_sample_rate, "INS_SAMPLE_RATE", 0),
|
||||
|
||||
// @Group: INS_
|
||||
// @Group: INS
|
||||
// @Path: ../libraries/AP_InertialSensor/AP_InertialSensor.cpp
|
||||
GOBJECT(imu, "INS", AP_InertialSensor),
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue