mirror of https://github.com/ArduPilot/ardupilot
GCS_MAVLink: fix typo
This commit is contained in:
parent
6e1e89bb70
commit
b496af411e
|
@ -407,7 +407,7 @@ protected:
|
||||||
MAV_RESULT handle_command_flash_bootloader(const mavlink_command_long_t &packet);
|
MAV_RESULT handle_command_flash_bootloader(const mavlink_command_long_t &packet);
|
||||||
|
|
||||||
// generally this should not be overridden; Plane overrides it to ensure
|
// generally this should not be overridden; Plane overrides it to ensure
|
||||||
// failsafe isn't triggered during calibation
|
// failsafe isn't triggered during calibration
|
||||||
virtual MAV_RESULT handle_command_preflight_calibration(const mavlink_command_long_t &packet);
|
virtual MAV_RESULT handle_command_preflight_calibration(const mavlink_command_long_t &packet);
|
||||||
|
|
||||||
virtual MAV_RESULT _handle_command_preflight_calibration(const mavlink_command_long_t &packet);
|
virtual MAV_RESULT _handle_command_preflight_calibration(const mavlink_command_long_t &packet);
|
||||||
|
|
Loading…
Reference in New Issue