AP_Mission: Change the tab code to whitespace

This commit is contained in:
murata 2020-04-25 05:32:49 +09:00 committed by Randy Mackay
parent 28ccc167f7
commit cd981695a6
1 changed files with 2 additions and 2 deletions

View File

@ -54,8 +54,8 @@ void AP_Mission::init()
// If Mission Clear bit is set then it should clear the mission, otherwise retain the mission.
if (AP_MISSION_MASK_MISSION_CLEAR & _options) {
gcs().send_text(MAV_SEVERITY_INFO, "Clearing Mission");
clear();
gcs().send_text(MAV_SEVERITY_INFO, "Clearing Mission");
clear();
}
_last_change_time_ms = AP_HAL::millis();