forked from Imagelibrary/rtems
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:
@@ -608,6 +608,7 @@ HAL_StatusTypeDef HAL_SD_DeInit(SD_HandleTypeDef *hsd)
|
||||
}
|
||||
|
||||
|
||||
#ifndef __rtems__
|
||||
/**
|
||||
* @brief Initializes the SD MSP.
|
||||
* @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
|
||||
*/
|
||||
}
|
||||
#endif /* __rtems__ */
|
||||
|
||||
/**
|
||||
* @brief De-Initialize SD MSP.
|
||||
|
||||
Reference in New Issue
Block a user