PX4-Autopilot
PX4-Autopilot copied to clipboard
Move to per i2c bus mutex in Qurt i2c driver
Solved Problem
The i2c driver for Qurt uses a single mutex for all buses. If a single bus has a long timeout it can hold up activity on the other buses needlessly. This PR changes the single mutex into a mutex for each bus to avoid that issue.