mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 07:09:48 +08:00
gyro_fft: silence initial sensor selection attempt
- early in startup the selected gyro may not be published yet
This commit is contained in:
@@ -140,7 +140,6 @@ bool GyroFFT::init()
|
||||
}
|
||||
|
||||
if (!SensorSelectionUpdate(true)) {
|
||||
PX4_WARN("sensor_gyro callback registration failed!");
|
||||
ScheduleDelayed(500_ms);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user