mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
SITL: fixed time handling type
This commit is contained in:
parent
ce0a863d01
commit
a17fc9e5ab
@ -74,7 +74,7 @@ protected:
|
||||
float rate_hz;
|
||||
float achieved_rate_hz;
|
||||
float target_speedup;
|
||||
float frame_time_us;
|
||||
uint64_t frame_time_us;
|
||||
float scaled_frame_time_us;
|
||||
uint64_t last_wall_time_us;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user