mirror of https://github.com/ArduPilot/ardupilot
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
|
||||
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),
|
||||
|
||||
// @Path: ../libraries/SRV_Channel/SRV_Channel.cpp
|
||||
// @Path: ../libraries/SRV_Channel/SRV_Channels.cpp
|
||||
GOBJECT(servo_channels, "SERVO", SRV_Channels),
|
||||
|
||||
// @Group: SERIAL
|
||||
|
|
Loading…
Reference in New Issue