mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
AC_PrecLand: make handle_msg impure and do nothing
This commit is contained in:
parent
b9808662b8
commit
03710beb18
@ -34,7 +34,7 @@ public:
|
||||
virtual bool have_los_meas() = 0;
|
||||
|
||||
// parses a mavlink message from the companion computer
|
||||
virtual void handle_msg(mavlink_message_t* msg) = 0;
|
||||
virtual void handle_msg(mavlink_message_t* msg) {};
|
||||
|
||||
protected:
|
||||
const AC_PrecLand& _frontend; // reference to precision landing front end
|
||||
|
Loading…
Reference in New Issue
Block a user