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:
James O'Shannessy 2024-10-31 12:13:04 +11:00 committed by Andrew Tridgell
parent 75af2d8cfb
commit 753f9eedef
1 changed files with 1 additions and 1 deletions

View File

@ -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