🐛 Fix SDIO for STM32 (#24470)

Followup to #24271
This commit is contained in:
Scott Lahteine 2022-07-09 11:08:53 -05:00
parent 10f5f878ce
commit 53ee7fce5b

View File

@ -369,7 +369,7 @@ void HAL_SD_MspInit(SD_HandleTypeDef *hsd) {
/** /**
* @brief Read a block * @brief Read a block
* @details Read a block to media with SDIO * @details Read a block from media with SDIO
* *
* @param block The block index * @param block The block index
* @param src The block buffer * @param src The block buffer