SDIO timeout in ReadBlocks/WriteBlocks looks bogus
currently I'm implementing a sdio device in mbed-os for STM32F4. This is using the HAL and I had problems with setting the timeout for Read/Write Blocks.This line looks bad for me:https://github.com/ARMmbed/mbed-os/blob/920db63453b6aae7ccaa992fe7c910...