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