mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
AC_PrecLand: remove unneeded empty handle_msg
This commit is contained in:
parent
03710beb18
commit
d2285ace6c
@ -40,9 +40,6 @@ public:
|
||||
// return true if there is a valid los measurement available
|
||||
bool have_los_meas();
|
||||
|
||||
// parses a mavlink message from the companion computer
|
||||
void handle_msg(mavlink_message_t* msg) {};
|
||||
|
||||
private:
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
|
||||
AP_IRLock_SITL irlock;
|
||||
|
Loading…
Reference in New Issue
Block a user