Skip to content

Commit

Permalink
GCS_MAVLink: stop compiling old rallypoint protocol in by default
Browse files Browse the repository at this point in the history
We're gradually removing support for this protocol.

Still available on the custom build server
  • Loading branch information
peterbarker committed Nov 17, 2024
1 parent a65b9ad commit 355c499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/GCS_MAVLink/GCS_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
// ArduPilot 4.7 stops compiling them in by default
// ArduPilot 4.8 removes the code entirely
#ifndef AP_MAVLINK_RALLY_POINT_PROTOCOL_ENABLED
#define AP_MAVLINK_RALLY_POINT_PROTOCOL_ENABLED HAL_GCS_ENABLED && HAL_RALLY_ENABLED
#define AP_MAVLINK_RALLY_POINT_PROTOCOL_ENABLED 0
#endif

// CODE_REMOVAL
Expand Down

0 comments on commit 355c499

Please sign in to comment.