Arducopter: motors.pde formatting

This commit is contained in:
Jason Short 2012-07-19 22:14:37 -07:00
parent 3b496ff229
commit fbe898a6db
1 changed files with 4 additions and 3 deletions

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();