formatting

This commit is contained in:
Jason Short 2012-01-20 22:33:45 -08:00
parent 2fa8a343ac
commit 3921fb7880

View File

@ -621,7 +621,7 @@ static bool verify_yaw()
if((millis() - command_yaw_start_time) > command_yaw_time){ if((millis() - command_yaw_start_time) > command_yaw_time){
// time out // time out
// make sure we hold at the final desired yaw angle // make sure we hold at the final desired yaw angle
nav_yaw = command_yaw_end; nav_yaw = command_yaw_end;
auto_yaw = nav_yaw; auto_yaw = nav_yaw;
//Serial.println("Y"); //Serial.println("Y");