Closed fpistm closed 1 year ago
BSP_SD_Init() is also called by FatFs, avoid to init again if the SD handle state is different from HAL_SD_STATE_RESET.
BSP_SD_Init()
HAL_SD_STATE_RESET
BSP_SD_Init()
is also called by FatFs, avoid to init again if the SD handle state is different fromHAL_SD_STATE_RESET
.