bsps/stm32h7: Add init for sdmmc pins

Re-apply based on:

    commit 8fd29cfbc5
    Author: Christian Mauderer <christian.mauderer@embedded-brains.de>
    Date:   Tue Mar 2 16:14:41 2021 +0100

        stm32h7: Add init for sdmmc pins

        Update #4372
This commit is contained in:
Karel Gardas
2023-07-19 18:47:23 +02:00
parent ed358507a3
commit 1e99148578

View File

@@ -608,6 +608,7 @@ HAL_StatusTypeDef HAL_SD_DeInit(SD_HandleTypeDef *hsd)
} }
#ifndef __rtems__
/** /**
* @brief Initializes the SD MSP. * @brief Initializes the SD MSP.
* @param hsd: Pointer to SD handle * @param hsd: Pointer to SD handle
@@ -622,6 +623,7 @@ __weak void HAL_SD_MspInit(SD_HandleTypeDef *hsd)
the HAL_SD_MspInit could be implemented in the user file the HAL_SD_MspInit could be implemented in the user file
*/ */
} }
#endif /* __rtems__ */
/** /**
* @brief De-Initialize SD MSP. * @brief De-Initialize SD MSP.