mirror of
https://github.com/micropython/micropython.git
synced 2026-01-09 13:40:31 +01:00
Because otherwise the function can return with data still waiting to be clocked out, and CS might then be disabled before the SPI transaction is complete. Fixes issue #3487.