gyro_fft: silence initial sensor selection attempt

- early in startup the selected gyro may not be published yet
This commit is contained in:
Daniel Agar
2021-03-24 18:34:40 -04:00
parent d9d832c568
commit 92910de81d

View File

@@ -140,7 +140,6 @@ bool GyroFFT::init()
} }
if (!SensorSelectionUpdate(true)) { if (!SensorSelectionUpdate(true)) {
PX4_WARN("sensor_gyro callback registration failed!");
ScheduleDelayed(500_ms); ScheduleDelayed(500_ms);
} }