AP_Scheduler: time in seconds should be a float

This commit is contained in:
Andrew Tridgell 2018-02-13 15:27:00 +11:00
parent 50ccbb5d0c
commit 8907cb3b23

View File

@ -193,7 +193,7 @@ private:
uint32_t _loop_timer_start_us;
// time of last loop in seconds
uint32_t _last_loop_time_s;
float _last_loop_time_s;
// performance counters
AP_HAL::Util::perf_counter_t *_perf_counters;