1
0
Fork 0
forked from nuttx/nuttx-update

mmcsd: fix a typo

Signed-off-by: wanggang26 <wanggang26@xiaomi.com>
This commit is contained in:
wanggang26 2023-09-24 17:38:29 +08:00 committed by Alan Carvalho de Assis
parent 29ec45036d
commit 203b558ec9

View file

@ -2629,7 +2629,7 @@ static int mmcsd_mmcinitialize(FAR struct mmcsd_state_s *priv)
return ret;
}
mmcsd_decode_cid(priv, cid);
mmcsd_decode_cid(priv, priv->cid);
/* Send CMD3, SET_RELATIVE_ADDR. This command is used to assign a logical
* address to the card. For MMC, the host assigns the address. CMD3 causes