mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tracker: fixed parameter path
This commit is contained in:
parent
36cf57c0fa
commit
e12a1c4772
@ -302,10 +302,10 @@ const AP_Param::Info Tracker::var_info[] = {
|
|||||||
// @Path: ../libraries/AP_Notify/AP_Notify.cpp
|
// @Path: ../libraries/AP_Notify/AP_Notify.cpp
|
||||||
GOBJECT(notify, "NTF_", AP_Notify),
|
GOBJECT(notify, "NTF_", AP_Notify),
|
||||||
|
|
||||||
// @Path: ../libraries/RC_Channel/RC_Channel.cpp
|
// @Path: ../libraries/RC_Channel/RC_Channels.cpp
|
||||||
GOBJECT(rc_channels, "RC", RC_Channels),
|
GOBJECT(rc_channels, "RC", RC_Channels),
|
||||||
|
|
||||||
// @Path: ../libraries/SRV_Channel/SRV_Channel.cpp
|
// @Path: ../libraries/SRV_Channel/SRV_Channels.cpp
|
||||||
GOBJECT(servo_channels, "SERVO", SRV_Channels),
|
GOBJECT(servo_channels, "SERVO", SRV_Channels),
|
||||||
|
|
||||||
// @Group: SERIAL
|
// @Group: SERIAL
|
||||||
|
Loading…
Reference in New Issue
Block a user