fix sdcard size info

This commit is contained in:
gemu2015 2021-01-10 19:42:33 +01:00
parent 05086f20d9
commit ab0f923788
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ void UfsCheckSDCardInit(void) {
#endif // USE_SDCARD
uint32_t UfsInfo(uint32_t sel, uint32_t type) {
uint32_t result = 0;
uint64_t result = 0;
FS *ifsp = ufsp;
uint8_t itype = ufs_type;
if (type) {