mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-02 22:00:35 +08:00
9597e708df
The initialization code is redundant and incomplete (only the first sensor is done). I verified that all drivers already set this on startup. For the mags, they all set their maximum supported update rate. For the baro, the call can silently fail, as for example the MS5611 which does not support 150Hz update. But it also sets the maximum in initialization. Tested on Pixhawk & pixracer.