Compass: fixed last_update time for HIL compass
This commit is contained in:
parent
ebc55bb494
commit
6d356b6c6e
@ -16,6 +16,7 @@
|
||||
bool AP_Compass_HIL::read()
|
||||
{
|
||||
// values set by setHIL function
|
||||
last_update = millis(); // record time of update
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user