mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
ArduPlane Parameters: Changed the SONAR prefix to RNGFND
This commit is contained in:
parent
1354cd7120
commit
2373b291f4
@ -863,9 +863,9 @@ const AP_Param::Info var_info[] PROGMEM = {
|
||||
// @Path: ../libraries/AP_Relay/AP_Relay.cpp
|
||||
GOBJECT(relay, "RELAY_", AP_Relay),
|
||||
|
||||
// @Group: SONAR
|
||||
// @Group: RNGFND
|
||||
// @Path: ../libraries/AP_RangeFinder/RangeFinder.cpp
|
||||
GOBJECT(sonar, "SONAR", RangeFinder),
|
||||
GOBJECT(sonar, "RNGFND", RangeFinder),
|
||||
|
||||
// RC channel
|
||||
//-----------
|
||||
|
Loading…
Reference in New Issue
Block a user