GCS_MAVLink: fix typo

This commit is contained in:
Randy Mackay 2019-03-27 16:19:38 +09:00
parent 6e1e89bb70
commit b496af411e
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ protected:
MAV_RESULT handle_command_flash_bootloader(const mavlink_command_long_t &packet);
// 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);