mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 17:30:41 +02: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.