mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Gyrosim would call measure continuously because the write_checked_reg was failing. There is no need to check faked reg writes in the simulator so that code was removed. The delay that was added to the simulator to pace the gyrosim reads was also removed now that the source of the problem was determined. Signed-off-by: Mark Charlebois <charlebm@gmail.com>