Plane: call ICE init
This commit is contained in:
parent
14e5fd396a
commit
5a3fb37214
@ -164,6 +164,11 @@ void Plane::init_ardupilot()
|
||||
#if AC_PRECLAND_ENABLED
|
||||
g2.precland.init(scheduler.get_loop_rate_hz());
|
||||
#endif
|
||||
|
||||
#if AP_ICENGINE_ENABLED
|
||||
g2.ice_control.init();
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
#if AP_FENCE_ENABLED
|
||||
|
Loading…
Reference in New Issue
Block a user