]> granicus.if.org Git - esp-idf/commit
bugfix/sdspi_host.c: wrong CD/WP pin configuration
authorFlavio Bayer <admin@anoniamto.com>
Fri, 13 Apr 2018 19:34:23 +0000 (16:34 -0300)
committerAngus Gratton <gus@projectgus.com>
Mon, 23 Apr 2018 01:32:42 +0000 (11:32 +1000)
commitd477d3c5bd07d3627e7ef84786b47336c3aaac84
tree7d988d11f0b5e8636a83deaa747d6c1ef0a766a1
parent6c44fc70bc374b29b079115a5b3551edc9f48be9
bugfix/sdspi_host.c: wrong CD/WP pin configuration

Looks like the configuration of CP and WP pins are wrong, since the check for `gpio_cd` and `gpio_wp` in `slot_config` seems to be swapped.
components/driver/sdspi_host.c