mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-12 01:23:56 -03:00
AP_Arming: Fix typos
This commit is contained in:
parent
3f92a64b99
commit
f6ad89103c
@ -454,7 +454,7 @@ bool AP_Arming::pre_arm_checks(bool report)
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
//returns true if arming occured successfully
|
//returns true if arming occurred successfully
|
||||||
bool AP_Arming::arm(uint8_t method)
|
bool AP_Arming::arm(uint8_t method)
|
||||||
{
|
{
|
||||||
if (armed) { //already armed
|
if (armed) { //already armed
|
||||||
|
Loading…
Reference in New Issue
Block a user