mirror of https://github.com/ArduPilot/ardupilot
Copter: pass update rate to precland init
This commit is contained in:
parent
d271dda8c5
commit
4fa0cc4bd3
|
@ -8,7 +8,7 @@
|
|||
|
||||
void Copter::init_precland()
|
||||
{
|
||||
copter.precland.init();
|
||||
copter.precland.init(400);
|
||||
}
|
||||
|
||||
void Copter::update_precland()
|
||||
|
|
Loading…
Reference in New Issue