git-svn-id: https://arducopter.googlecode.com/svn/trunk@429 f9c3cf11-9bcb-44bc-f272-b75c42450872

This commit is contained in:
jasonshort 2010-09-07 05:43:57 +00:00
parent 66a45523d6
commit fd42ef7225
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ void loop()
Serial.print(" TIM:");
Serial.print(gps.time, DEC);
Serial.println();
gps.new_data = 0; // We have readed the data
gps.new_data = 0; // We have read the data
}
}