mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -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
|
#endif
|
||||||
|
|
||||||
// @Group: SR0_
|
// @Group: SR0_
|
||||||
// @Path: ../ArduCopter/GCS_Mavlink.pde
|
// @Path: ./GCS_Mavlink.pde
|
||||||
GOBJECT(gcs0, "SR0_", GCS_MAVLINK),
|
GOBJECT(gcs0, "SR0_", GCS_MAVLINK),
|
||||||
|
|
||||||
// @Group: SR3_
|
// @Group: SR3_
|
||||||
// @Path: ../ArduCopter/GCS_Mavlink.pde
|
// @Path: ./GCS_Mavlink.pde
|
||||||
GOBJECT(gcs3, "SR3_", GCS_MAVLINK),
|
GOBJECT(gcs3, "SR3_", GCS_MAVLINK),
|
||||||
|
|
||||||
// @Group: AHRS_
|
// @Group: AHRS_
|
||||||
|
Loading…
Reference in New Issue
Block a user