Skip to content

Commit

Permalink
🐛 Fix SDIO for STM32 (#24470)
Browse files Browse the repository at this point in the history
Followup to #24271
  • Loading branch information
thinkyhead committed Jul 29, 2022
1 parent 10f5f87 commit 53ee7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/HAL/STM32/sdio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ void HAL_SD_MspInit(SD_HandleTypeDef *hsd) {

/**
* @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 src The block buffer
Expand Down

0 comments on commit 53ee7fc

Please sign in to comment.