mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-28 09:38:03 +08:00
Subscription::update() already copies data into the destination buffer, making the subsequent copy() call redundant. This eliminates an unnecessary memcpy every cycle on the 400 Hz rate control loop.