Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clear i2c abort reason less often. (#2026)
It seems to be possible to get stuck in the loop which is checking for abort. It can take 100s of iterations before an abort happens and on each iteration we're clearing the abort interrupt even when it's not required. If we only clear the abort when needed the lockup doesn't seem to be reproducible. Fixes #2025
- Loading branch information