mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-26 18:48:30 -04:00
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();
|
||||
gcs().send_text(MAV_SEVERITY_INFO, "ArduPilot Ready");
|
||||
|
||||
SRV_Channels::init();
|
||||
// gyro FFT needs to be initialized really late
|
||||
#if HAL_GYROFFT_ENABLED
|
||||
gyro_fft.init(AP::scheduler().get_loop_period_us());
|
||||
|
Loading…
Reference in New Issue
Block a user