SITL: fixed time handling type

This commit is contained in:
Andrew Tridgell 2015-05-02 22:13:02 +10:00
parent ce0a863d01
commit a17fc9e5ab

View File

@ -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;