mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-12 10:58:30 -04:00
Compass: fixed last_update time for HIL compass
This commit is contained in:
parent
2969e16f7d
commit
8b73166605
@ -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