You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
F7_HAL/mmc: Fix CAPACITY constant used to determine high-capacity MMC.
In the code CAPACITY is compared against number of logical blocks, not
number of bytes, so should be expressed as 2GB in 512 blocks. This is how
it's done in the F4 code.
0 commit comments