mirror of https://github.com/ArduPilot/ardupilot
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:
parent
dfdd1492ff
commit
8b4bc0e077
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue