mirror of https://github.com/ArduPilot/ardupilot
git-svn-id: https://arducopter.googlecode.com/svn/trunk@429 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
66a45523d6
commit
fd42ef7225
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue