Skip to content

Commit 53ee7fc

Browse files
committed
🐛 Fix SDIO for STM32 (#24470)
Followup to #24271
1 parent 10f5f87 commit 53ee7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/src/HAL/STM32/sdio.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ void HAL_SD_MspInit(SD_HandleTypeDef *hsd) {
369369

370370
/**
371371
* @brief Read a block
372-
* @details Read a block to media with SDIO
372+
* @details Read a block from media with SDIO
373373
*
374374
* @param block The block index
375375
* @param src The block buffer

0 commit comments

Comments
 (0)