Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make slow SPI speeds work on the auxiliary SPI master
The auxiliary SPI driver could get desynchronized with the hardware when reading using low bit rates. It was only looking to see if the TX queue was empty, which doesn't actually tell you if the hardware is done doing stuff or not.
- Loading branch information