stmhal/hal/sd: reapply HAL commit 09de030 for f4
This commit is contained in:
parent
e2b4822189
commit
6a8f6c119c
@ -1668,7 +1668,7 @@ HAL_SD_ErrorTypedef HAL_SD_Get_CardInfo(SD_HandleTypeDef *hsd, HAL_SD_CardInfoTy
|
||||
/* Byte 10 */
|
||||
tmp = (uint8_t)((hsd->CSD[2U] & 0x0000FF00U) >> 8U);
|
||||
|
||||
pCardInfo->CardCapacity = (uint64_t)((((uint64_t)pCardInfo->SD_csd.DeviceSize + 1U)) * 512U * 1024U);
|
||||
pCardInfo->CardCapacity = (uint64_t)((((uint64_t)pCardInfo->SD_csd.DeviceSize + 1ULL)) * 512U * 1024U);
|
||||
pCardInfo->CardBlockSize = 512U;
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user