Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
uORBDeviceNode: Fix race with _unregister_callback
In case the callback has bee posted by DeviceNode::Write, but not yet handled by the callback thread, we must cancel the posts after removing the cb from the list of callbacks. Signed-off-by: Jukka Laitinen <[email protected]>
- Loading branch information