Arducopter: motors.pde formatting

This commit is contained in:
Jason Short 2012-07-19 22:14:37 -07:00
parent 64d06a8f0e
commit 6528aba386

View File

@ -43,11 +43,12 @@ static void arm_motors()
gcs_send_message(MSG_LIMITS_STATUS);
arming_counter++; // restart timer by cycling
}
else {
}else{
init_arm_motors();
}
} else init_arm_motors();
}else{
init_arm_motors();
}
#else // without AP_LIMITS, just arm motors
init_arm_motors();