drivers/mmcsd/mmcsd_sdio.c: Correct a misplaced #endif.

This commit is contained in:
Gregory Nutt
2019-08-21 11:22:59 -06:00
parent b4ee19f5bd
commit cc945b00e0
+1 -1
View File
@@ -3109,8 +3109,8 @@ static int mmcsd_cardidentify(FAR struct mmcsd_state_s *priv)
}
if (!IS_MMC(priv->type))
{
#endif
{
/* Check for SDHC Version 2.x. Send CMD8 to verify SD card interface
* operating condition. CMD 8 is reserved on SD version 1.0 and MMC.
*