Skip to content

Commit

Permalink
AP_Periph: Fix documentation for INS parameters
Browse files Browse the repository at this point in the history
Parameters are being generated as `INS_` as the group, so `INS_USE` is actually documented as `INS__USE` (not the double underscore).
  • Loading branch information
joshanne committed Oct 31, 2024
1 parent be5c68d commit c1f1292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/AP_Periph/Parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c1f1292

Please sign in to comment.