AP_Mission: correct incorrect comment about method reutrn value

The comment for the AP_Mission::clear method had an incorrect claim as to the return value
This commit is contained in:
Nicholas Ionata 2023-10-25 20:09:58 -04:00 committed by Randy Mackay
parent dfdd1492ff
commit 8b4bc0e077
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ void AP_Mission::reset()
}
/// clear - clears out mission
/// returns true if mission was running so it could not be cleared
/// returns false if mission was running so it could not be cleared
bool AP_Mission::clear()
{
// do not allow clearing the mission while it is running unless disarmed