Skip to content

Commit

Permalink
AP_Periph: correct compilation when HAL_GCS_ENABLED
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Apr 9, 2024
1 parent 5e5fde7 commit 3881fb7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Tools/AP_Periph/GCS_MAVLink.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ class GCS_MAVLINK_Periph : public GCS_MAVLINK
MAV_MODE base_mode() const override { return (MAV_MODE)MAV_MODE_FLAG_CUSTOM_MODE_ENABLED; }
MAV_STATE vehicle_system_status() const override { return MAV_STATE_CALIBRATING; }

bool set_home_to_current_location(bool _lock) override { return false; }
bool set_home(const Location& loc, bool _lock) override { return false; }

void send_nav_controller_output() const override {};
void send_pid_tuning() override {};
};
Expand Down

0 comments on commit 3881fb7

Please sign in to comment.