Skip to content

Commit

Permalink
AP_GPS: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Nov 12, 2024
1 parent 3b36a04 commit 0d9e12a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/AP_GPS/GPS_Backend.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ class AP_GPS_Backend
#if HAL_GCS_ENABLED
//MAVLink methods
virtual bool supports_mavlink_gps_rtk_message() const { return false; }
#if AP_GPS_GPS_RTK_SENDING_ENABLED || AP_GPS_GPS2_RTK_SENDING_ENABLED
virtual void send_mavlink_gps_rtk(mavlink_channel_t chan);
#endif
virtual void handle_msg(const mavlink_message_t &msg) { return ; }
#endif

Expand Down

0 comments on commit 0d9e12a

Please sign in to comment.