Skip to content

Commit

Permalink
🐛 Fix SDIO for STM32 (MarlinFirmware#24470)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead authored and Omkar Dhekne committed Mar 25, 2024
1 parent 70775f8 commit 5a36eb9
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 5a36eb9

Please sign in to comment.