Added lasttime to GPS HIL.

git-svn-id: https://arducopter.googlecode.com/svn/trunk@1216 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
james.goppert 2010-12-20 06:52:23 +00:00
parent f544b20747
commit 075fb61a92
1 changed files with 1 additions and 0 deletions

View File

@ -52,5 +52,6 @@ void AP_GPS_HIL::setHIL(long _time, float _latitude, float _longitude, float _al
new_data = true;
fix = true;
valid_read = true;
_setTime();
}