mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +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.