mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 05:58:30 -04:00
Copter: fix indentation mistake in motors.pde
This commit is contained in:
parent
343a673762
commit
ef12ea4d3b
@ -403,7 +403,7 @@ static void pre_arm_checks(bool display_failure)
|
||||
}
|
||||
|
||||
// lean angle parameter check
|
||||
if (aparm.angle_max < 1000 || aparm.angle_max > 8000) {
|
||||
if (aparm.angle_max < 1000 || aparm.angle_max > 8000) {
|
||||
if (display_failure) {
|
||||
gcs_send_text_P(SEVERITY_HIGH,PSTR("PreArm: Check ANGLE_MAX"));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user