formatting

This commit is contained in:
Jason Short 2012-01-20 22:33:45 -08:00
parent 127544b833
commit fb72ecd4e4
1 changed files with 1 additions and 1 deletions

View File

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