mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-24 15:27:41 +08:00
DeviceNode::open() took the cdev lock only to call mark_as_advertised(), but _advertised is a px4::atomic, so the single store needs no lock. (Suggested in review.)