mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
Rover: add doc links for SONAR2_* parameters
This commit is contained in:
parent
9d0f40b432
commit
697d17a229
@ -386,6 +386,9 @@ const AP_Param::Info var_info[] PROGMEM = {
|
||||
// @Group: SONAR_
|
||||
// @Path: ../libraries/AP_RangeFinder/AP_RangeFinder_analog.cpp
|
||||
GOBJECT(sonar, "SONAR_", AP_RangeFinder_analog),
|
||||
|
||||
// @Group: SONAR2_
|
||||
// @Path: ../libraries/AP_RangeFinder/AP_RangeFinder_analog.cpp
|
||||
GOBJECT(sonar2, "SONAR2_", AP_RangeFinder_analog),
|
||||
|
||||
#if HIL_MODE == HIL_MODE_DISABLED
|
||||
|
Loading…
Reference in New Issue
Block a user