mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Plane: use scheduler.get_last_loop_time_s()
This commit is contained in:
parent
00ec3efb48
commit
e6cebdecd1
@ -113,7 +113,7 @@ void Plane::setup()
|
||||
void Plane::loop()
|
||||
{
|
||||
scheduler.loop();
|
||||
G_Dt = scheduler.get_filtered_loop_time();
|
||||
G_Dt = scheduler.get_loop_period_s();
|
||||
}
|
||||
|
||||
void Plane::update_soft_armed()
|
||||
|
Loading…
Reference in New Issue
Block a user