mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-29 22:20:40 +08:00
f25947b964
The simulated timer interrupt always adds a new scheduled work task, which is called from the work queue thread. Sending the signal creates measurable overhead (~5% of the px4 CPU runtime) and is unnecessary, since the thread is not sleeping anyway.