mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-08 17:03:57 -04:00
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:
parent
f544b20747
commit
075fb61a92
@ -52,5 +52,6 @@ void AP_GPS_HIL::setHIL(long _time, float _latitude, float _longitude, float _al
|
|||||||
new_data = true;
|
new_data = true;
|
||||||
fix = true;
|
fix = true;
|
||||||
valid_read = true;
|
valid_read = true;
|
||||||
|
_setTime();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user