]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/sdmmc_fail_no_card' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Mon, 27 Feb 2017 02:00:55 +0000 (10:00 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Mon, 27 Feb 2017 02:00:55 +0000 (10:00 +0800)
commit290c40a4abb220e6ab6c6ec73bfdfbf99c9774bf
tree87bdeb0b5265a252e176a4929c6ea8ed10998ce6
parent13dfb5568dcc30aa43363c49f7a4505d04036424
parentc17e05040ae6c18895a414950538ddfd5e9c5419
Merge branch 'bugfix/sdmmc_fail_no_card' into 'master'

vfs_fat_sdmmc: if card init fails, fail cleanly

This fixes the issue with sdmmc_host not returned to clean state after a failed attempt to mount the card, with no SD card in the slot.

See merge request !527