mirror of https://github.com/ArduPilot/ardupilot
GCS_MAVLink: make send_global_position_int virtual
This commit is contained in:
parent
abef07ac9c
commit
20d79207d8
|
@ -423,6 +423,7 @@ protected:
|
|||
|
||||
// vehicle-overridable message send function
|
||||
virtual bool try_send_message(enum ap_message id);
|
||||
virtual void send_global_position_int();
|
||||
|
||||
// message sending functions:
|
||||
bool try_send_compass_message(enum ap_message id);
|
||||
|
@ -687,8 +688,6 @@ private:
|
|||
// no idea where we are:
|
||||
struct Location global_position_current_loc;
|
||||
|
||||
void send_global_position_int();
|
||||
|
||||
void zero_rc_outputs();
|
||||
|
||||
uint8_t last_tx_seq;
|
||||
|
|
Loading…
Reference in New Issue