mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 08:38:36 -04:00
AP_Mission: Change the tab code to whitespace
This commit is contained in:
parent
28ccc167f7
commit
cd981695a6
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user