mirror of https://github.com/ArduPilot/ardupilot
AP_Vehicle: addlow SRV_Channels to be initialized
This commit is contained in:
parent
f29dba2ddd
commit
9ac8e2b705
|
@ -130,6 +130,7 @@ void AP_Vehicle::setup()
|
||||||
init_ardupilot();
|
init_ardupilot();
|
||||||
gcs().send_text(MAV_SEVERITY_INFO, "ArduPilot Ready");
|
gcs().send_text(MAV_SEVERITY_INFO, "ArduPilot Ready");
|
||||||
|
|
||||||
|
SRV_Channels::init();
|
||||||
// gyro FFT needs to be initialized really late
|
// gyro FFT needs to be initialized really late
|
||||||
#if HAL_GYROFFT_ENABLED
|
#if HAL_GYROFFT_ENABLED
|
||||||
gyro_fft.init(AP::scheduler().get_loop_period_us());
|
gyro_fft.init(AP::scheduler().get_loop_period_us());
|
||||||
|
|
Loading…
Reference in New Issue