mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
ArduCopter: revert path for reading gcs parameter descriptions
This commit is contained in:
parent
d56e9cc701
commit
ba8e9c8f9e
@ -973,11 +973,11 @@ const AP_Param::Info var_info[] PROGMEM = {
|
||||
#endif
|
||||
|
||||
// @Group: SR0_
|
||||
// @Path: ../ArduCopter/GCS_Mavlink.pde
|
||||
// @Path: ./GCS_Mavlink.pde
|
||||
GOBJECT(gcs0, "SR0_", GCS_MAVLINK),
|
||||
|
||||
// @Group: SR3_
|
||||
// @Path: ../ArduCopter/GCS_Mavlink.pde
|
||||
// @Path: ./GCS_Mavlink.pde
|
||||
GOBJECT(gcs3, "SR3_", GCS_MAVLINK),
|
||||
|
||||
// @Group: AHRS_
|
||||
|
Loading…
Reference in New Issue
Block a user