From 53ee7fce5bb0cb1630ed26d63bd5ce9efee53603 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sat, 9 Jul 2022 11:08:53 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20SDIO=20for=20STM32=20(#244?= =?UTF-8?q?70)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Followup to #24271 --- Marlin/src/HAL/STM32/sdio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/src/HAL/STM32/sdio.cpp b/Marlin/src/HAL/STM32/sdio.cpp index 4333006713..41fe90b825 100644 --- a/Marlin/src/HAL/STM32/sdio.cpp +++ b/Marlin/src/HAL/STM32/sdio.cpp @@ -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